ldayton/Dippy
DirSkills catalogs 5 skills from this repository, across 3 categories: Automation, DevOps, Quality.
⚙️
1h ago
Add Command
Add Command adds support for a new CLI command in Dippy. Use it when implementing a handler or deciding whether a command belongs in SIMPLE_SAFE.
Automation
24321
✅
1h ago
Check Coverage
Check Coverage ensures a CLI handler and its tests cover all documented commands, flags, and edge cases. Use it when adding a new command or auditing existing handler coverage.
Quality
24321
🪲
1h ago
Debug
Debug helps diagnose incorrect Dippy approval or block behavior from a reported command, expected result, and logs. It guides a minimal fix by reproducing the bug with a failing test first and then verifying it passes.
Quality
24321
🚀
1h ago
Release
Release creates a release PR with version bumps, dependency updates, and a changelog from commits since the last tag. Use it when preparing a new tagged release and GitHub release notes.
DevOps
24321
🔢
1h ago
Verify Counts
Verify Counts checks numerical claims in documentation against current values in code and tests. Use it when README or reference docs mention counts that may drift over time.
Quality
24321