Use before claiming work is done, fixed, or passing — requires running verification commands and confirming output before any success claim. Prevents false completion claims, unverified assertions, and "should work" statements.
Verifies completion claims by running fresh tests and checking outputs before declaring success.
npx claudepluginhub tercel/code-forgeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Evidence-based completion verification. Run before claiming any work is done.
Note: code-forge:impl runs verification automatically. This skill is for general use.
NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE.
No exceptions. Not "it should work." Not "I just ran it." Not "the agent said it passed."
IDENTIFY verification command → RUN fresh → READ full output → VERIFY against claim → CLAIM
Every claim must pass through this gate:
IDENTIFY → RUN → READ → VERIFY → CLAIM
These words in a completion claim are red flags — they mean you haven't verified:
Replace with evidence: "All 34 tests pass (output: 34 passed, 0 failed, exit code 0)."
Run command → See "X passed, 0 failed" → Claim "all tests pass"
NOT: "Tests should pass now" or "I fixed the issue so tests will pass."
Write test → Run (PASS) → Revert fix → Run (MUST FAIL) → Restore fix → Run (PASS)
The revert-and-fail step proves the test actually catches the bug.
Run build → See exit code 0, no errors → Claim "build passes"
For each requirement:
[ ] Identified verification method
[ ] Ran verification
[ ] Evidence recorded
NOT: "Tests pass, so the feature is complete."
Agent claims success → Check VCS diff → Run tests yourself → Verify changes
NEVER trust agent reports without independent verification.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.