Agent skill
prove
Prove that your work is satisfactory
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/prove-bryanp-agent-skills
SKILL.md
Generate proof that the work you implemented satisfies the original request.
Rule: Content
The proof should be as concise as possible. It should thoroughly demonstate to a human how the implementation works and how they can verify it works. Provide steps they can take to run and verify the implementation themselves (cli commands, clicking through in a web browser, etc).
Approach this like you would a presentation to your boss.
Rule: Verify Proof
Iterate between implementation and proof until you're sure the implementation is correct. Use the oracle to compare the implementation to the plan and proof so that the conclusion is unbiased. Err on the side of correctness!
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?