Domains
Forms
- SKILL.md33.3%
- scripts33.3%
- other33.3%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
Use Cases
A flaky test failure appears in the testing environment. The developer invokes `/diagnosing-bugs`. The skill first tries to build a reliable reproduction loop, running it 100 times in parallel to raise the reproduction rate. Once a "red" signal is obtained, it minimises the repro, generates 3-5 hypotheses, verifies each, fixes the bug, and writes a regression test. All debug logs are tagged with a uniform prefix and bulk-cleaned after the fix.
An API endpoint response time increases from 200ms to 2s. The developer invokes `/diagnosing-bugs`. The skill enters performance branch mode: first establishing a baseline measurement (timing harness, profiler, query plan), then bisecting instead of logging to locate the regression. After fixing, if no suitable seam exists for a regression test, it records this architectural finding and recommends transitioning to `/improve-codebase-architecture`.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File