$ cat categories/testing.md
Testing
Testing skills.
code-review
"Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-a…
Claude Code · OpenCode · Codex · Gemini CLI · Cursor
$ view skilldiagnosing-bugs
Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.
Claude Code · OpenCode · Codex · Gemini CLI · Cursor
$ view skilltdd
Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.
Claude Code · OpenCode · Codex · Gemini CLI · Cursor
$ view skill