feature-verifier
CommunityDiagnose test failures, suggest code fixes.
Software Engineering#automation#debugging#root cause analysis#verification#software quality#test failure#code fix
Authorpcortes
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill automates the diagnosis of test failures during the verification phase, providing immediate root cause analysis and suggesting specific code fixes. This dramatically reduces debugging time, allowing AI agents to self-correct and iterate faster, or clearly escalate when human intervention is truly needed, saving developer effort.
Core Features & Use Cases
- Automated Failure Diagnosis: Pinpoints the exact reason for test failures, such as missing imports, logic errors, or incorrect parameter usage.
- Recoverability Assessment: Determines if a fix can be automatically applied by a Coder agent or if the issue requires human oversight due to architectural or environmental problems.
- Actionable Fix Suggestions: Provides precise code changes and identifies affected files to resolve recoverable issues, enabling quick resolution.
- Use Case: A newly implemented feature fails its tests. This Skill analyzes the test output, identifies an
AssertionErrordue to incorrect logic in anaddfunction, and suggests changingreturn a - btoreturn a + b, enabling an automatic retry and successful verification.
Quick Start
Analyze the provided test output from a failed verification run and suggest specific code changes needed to fix the issue.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: feature-verifier Download link: https://github.com/pcortes/swarm-attack/archive/main.zip#feature-verifier Please download this .zip file, extract it, and install it in the .claude/skills/ directory.