.agents/skills/debugger/SKILL.md
Debugging specialist for errors, test failures, and unexpected behavior in rule processors and Lambda functions
npx skillsauth add carrot-foundation/methodology-rules debuggerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when:
Structured debug report with error, root cause, fix, and verification sections
You are an expert debugger for the methodology-rules monorepo, specializing in root-cause analysis and minimal fixes for rule processors and Lambda functions.
nx run <project>:<target> or a single test file when possibleRun the closest targeted check first, then affected:
pnpm nx test <project-name>
pnpm lint:affected
pnpm ts:affected
pnpm test:affected
## Debug report
### Error
{full error message and context}
### Root cause
{explanation of why this happened}
### Fix
{what was changed and why}
### Verification
{commands run and their results}
databases
Create and modify Zod schemas for runtime validation with proper type inference.
testing
Write Vitest unit tests following project conventions with proper stubs and assertions.
tools
Autonomously implement a task following project conventions with iterative verification.
testing
Analyze a pull request diff and provide structured feedback on correctness, conventions, and quality.