Guide users through TCR (Test && Commit || Revert), TCRDD, and git-gamble workflows. ALWAYS trigger when a user mentions TCR, TCRDD, "test commit revert", "git gamble", or "git-gamble". Trigger when a user wants to combine TDD with automatic commits/reverts, enforce baby steps via a commit-or-revert loop, or asks about the --red/--green/--refactor flags. Trigger when someone says they want to "develop with TDD and TCR", "use TCR to force smallest steps", or "gamble" on their tests. Do NOT trigger for general TDD-only questions, general unit testing questions, test framework setup, CI pipelines, mocking, or code coverage — those do not need this skill.
$npx -y skills add xpepper/tcr-skill --skill tcrInstalls into the current project.
Run `npx skills use "https://github.com/xpepper/tcr-skill" --skill "xpepper/tcr-skill/tcr"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/xpepper/tcr-skill" that are relevant to the current task. Run `npx skills add "https://github.com/xpepper/tcr-skill"` and select the relevant skills, then follow their instructions.