diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-22 08:08:59 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-22 08:08:59 -0500 |
| commit | 1fb4232671d30aa867e3e7b0c74d48a989e460c5 (patch) | |
| tree | bbe7ccaa14c1ca2a7e4b7c7378104074dbd1a8ea /Makefile | |
| parent | 5302673fab3ade9a348dd096aafe12fe21310ff6 (diff) | |
| download | rulesets-1fb4232671d30aa867e3e7b0c74d48a989e460c5.tar.gz rulesets-1fb4232671d30aa867e3e7b0c74d48a989e460c5.zip | |
chore: remove fix-issue skill, superseded by start-work
The fix-issue skill has been replaced by start-work, which covers the same ground (picking up a ticket with a known fix and carrying it through to handoff) with a seven-phase structure and three user-approval gates. Deleted fix-issue/SKILL.md and swept the references.
Updated:
- Makefile SKILLS list: remove fix-issue, add start-work so make install creates the right symlink.
- brainstorm/SKILL.md: implementation-path list points at start-work.
- debug/SKILL.md description: both "do NOT use for ticket-driven work" and "Companion to" references updated.
- review-code/SKILL.md description: "drafting implementation" redirect updated.
No change in meaning. Every old fix-issue context now names start-work.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ SHELL := /bin/bash SKILLS_DIR := $(HOME)/.claude/skills RULES_DIR := $(HOME)/.claude/rules HOOKS_DIR := $(HOME)/.claude/hooks -SKILLS := c4-analyze c4-diagram debug add-tests respond-to-review review-code fix-issue security-check \ +SKILLS := c4-analyze c4-diagram debug add-tests respond-to-review review-code start-work security-check \ arch-design arch-decide arch-document arch-evaluate \ brainstorm codify root-cause-trace five-whys prompt-engineering \ playwright-js playwright-py frontend-design pairwise-tests \ |
