From agent-methodology
Use this skill ALWAYS whenever there is a reproducible bug, failing test, runtime error, regression, or any defect report. Trigger this skill EVEN if the user just says "X is broken" or "fix Y" without describing the process. Use it for ANY defect work — never just patch and close.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-methodology:bugfixThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When a bug, failing test, error, regression is reported — follow this exact sequence.
When a bug, failing test, error, regression is reported — follow this exact sequence.
git log -p --follow <file> — recent changes?find_references for related call sites.pytest tests/test_X.py or equivalent. Must PASS.docs/agent/06_known_issues.md.docs/agent/08_postmortems.md entry.docs/agent/04_changelog.md.try/except: passOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub engsimsoft/universal-agent-starter --plugin agent-methodology