Search the registry
One search across every skill, MCP server, agent, and workflow.
8 results
Bug Fix
1.0.0Hermes Registry
Reproduce a reported bug, fix it, and add a regression test.
Code Reviewer
1.1.0Hermes Registry
Reviews a diff for correctness bugs and suggests minimal fixes.
Debugger
1.1.0Hermes Registry
Root-causes a failing test or bug and proposes a minimal fix.
diagnosing-bugs
1.0.0mattpocock · software-development
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
dogfood
1.0.0· dogfood
Exploratory QA of web apps: find bugs, evidence, reports.
github-issues
1.1.0Hermes Agent · github
Create, triage, label, assign GitHub issues via gh or REST.
systematic-debugging
1.1.0Hermes Agent (adapted from obra/superpowers) · software-development
4-phase root cause debugging: understand bugs before fixing.
tdd
1.0.0mattpocock · software-development
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.