tercel/code-forge · skills/debug/SKILL.md · Use when encountering any bug, test failure, or unexpected behavior — enforces root cause investigation before fixes…
tercel/code-forge · skills/finish/SKILL.md · Use when implementation is complete and you need to merge, create a PR, or clean up — verifies tests pass, presents 4…
tercel/code-forge · skills/fix/SKILL.md · Use when fixing a DEFECT IN SOURCE CODE — wrong runtime behavior, a crash, a failing test, or the issues listed in a…
tercel/code-forge · skills/impl/SKILL.md · Execute pending tasks for a feature — TDD-driven implementation with sub-agent isolation and progress tracking. Use…
tercel/code-forge · skills/parallel/SKILL.md · Use when facing 2+ independent problems that can be solved concurrently — dispatches one sub-agent per problem domain…
tercel/code-forge · skills/plan/SKILL.md · Analyze documentation (or a prompt) and generate an implementation plan with task breakdown, TDD steps, and progress…
tercel/code-forge · skills/port/SKILL.md · Port a documentation-driven project to a new target language — initializes project skeleton, analyzes reference…
tercel/code-forge · skills/review/SKILL.md · Use ONLY when reviewing SOURCE CODE — a code change, a feature implementation, a whole repository, or a GitHub pull…
tercel/code-forge · skills/status/SKILL.md · Display code-forge feature dashboard with task-level progress from state.json, or show detailed status for a specific…
tercel/code-forge · skills/tdd/SKILL.md · Use when implementing any feature or fix outside code-forge workflow — enforces Red-Green-Refactor cycle with mandatory…
tercel/code-forge · skills/verify/SKILL.md · Use before claiming ENGINEERING WORK is done, fixed, or passing — work whose correctness a command can demonstrate…
tercel/code-forge · skills/worktree/SKILL.md · Use when starting feature work that needs workspace isolation — creates git worktree with automatic project setup and…