Agent skill
debug
Debug incorrect Dippy approval or block behavior
Install this agent skill to your Project
npx add-skill https://github.com/ldayton/Dippy/tree/main/.claude/skills/debug
SKILL.md
Debug a Dippy issue based on user-provided context.
The user will provide:
- The command that was incorrectly approved or blocked
- Expected vs actual behavior
- Any relevant error messages or logs
Process
- Understand the bug from the provided context
- Search the codebase to find the relevant handler or pattern
- Write a failing test FIRST in the appropriate test file
- Run
just testand verify the test fails as expected - Fix the bug in the handler or pattern
- Run
just testuntil the test passes
Finish
When tests pass:
uv run ruff check --fix && uv run ruff format
just check MUST pass before you're done.
Restrictions
- ONLY modify files directly related to the bug
- Make minimal, targeted fixes
- Do NOT refactor or "improve" unrelated code
- Do NOT create a git commit or PR
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
release
Create a release PR with version bump and changelog
add-command
Add support for a new CLI command. Use when implementing a handler or adding to SIMPLE_SAFE.
verify-counts
Verify numerical claims in documentation are still accurate
check-coverage
Ensure comprehensive test coverage for a CLI handler. Use when adding a new command or auditing existing handler coverage.
release
Create a release PR with version bump and changelog
verify-counts
Verify numerical claims in documentation are still accurate
Didn't find tool you were looking for?