πŸ”§

Forge

πŸ”“Unverified
by ikennaokpala Β· v1.1.0 Β· MITRepository

Autonomous quality engineering swarm that forges production-ready code through continuous behavioral verification, exhaustive E2E testing, and self-healing fix loops. Combines DDD+ADR+TDD methodology with BDD/Gherkin specifications, 7 quality gates, defect prediction, chaos testing, and cross-context dependency awareness. Architecture-agnostic - works with monoliths, microservices, modular monoliths, and any bounded-context topology.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add Forge npx -- -y @trustedskills/Forge
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "Forge": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/Forge"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

Forge is an autonomous behavioral validation swarm skill for Claude Code that uses Gherkin specifications as the single source of truth. It employs eight specialized agents working in parallel to continuously verify, test, fix, and commit code until all Gherkin scenarios pass and seven behavioral validation gates (Functional, Behavioral, Coverage, Security, Accessibility, Resilience, Contract) are cleared. Forge leverages confidence-tiered fix patterns and defect prediction based on historical data for automated bug resolution.

When to use it

  • Automated Regression Testing: Ensure new code changes don't break existing functionality by automatically retesting all scenarios after each commit.
  • Behavioral Validation in Microservices Architectures: Verify interactions between multiple services without manual integration testing.
  • Security and Accessibility Audits: Continuously validate security and accessibility requirements as part of the development process.
  • Monorepo Testing: Streamline testing across a large codebase with shared types and cross-cutting validation.

Key capabilities

  • 8 specialized agents working in parallel
  • Gherkin behavioral specifications
  • 7 behavioral validation gates (Functional, Behavioral, Coverage, Security, Accessibility, Resilience, Contract)
  • Confidence-tiered fix patterns (Platinum/Gold/Silver/Bronze)
  • Defect prediction
  • Chaos/resilience testing
  • Visual regression testing
  • External-only mocking

Example prompts

  • "Forge, run all Gherkin scenarios and report any failures."
  • "Forge, focus on the 'Security' validation gate for the payment processing module."
  • β€œForge, perform mutation testing on the user authentication component.”

Tips & gotchas

Forge is designed for Claude Code. Ensure you have a compatible environment set up before attempting to use it. The system relies heavily on Gherkin specifications; ensure these are well-defined and accurate for optimal results.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Verified Commitaee73507 β†’

Installing this skill downloads the exact code at commit aee73507, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
v1.1.0
License
MIT
Author
ikennaokpala
Installs
0
Updated
Feb 20, 2026
Published
Feb 7, 2026

πŸ”“ Unverified

Not yet reviewed. Use with caution.

Pinned commitaee73507

Install command fetches the verified snapshot, not the live repository.