Skip to content

Commit 3091d54

Browse files
committed
feat: remove redundant instructions from issue fixer skill
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent baa42ea commit 3091d54

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

.claude/skills/fix-issues/SKILL.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,7 @@ Re-read the changed file to verify:
6868

6969
#### f. Commit
7070

71-
Stage only the changed files (not `git add -A`), then commit:
72-
73-
```bash
74-
git add <specific-files>
75-
git commit -m "$(cat <<'EOF'
76-
<Short summary of fix>
77-
78-
<Brief explanation of why>
79-
80-
Closes #<issue-number>
81-
82-
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
83-
EOF
84-
)"
85-
```
71+
Stage only the changed files (not `git add -A`).
8672

8773
#### g. Push and create PR
8874

@@ -139,5 +125,3 @@ Present a summary table:
139125
reorganization before giving up (files move around in this repo)
140126
- Validation commands (`docker buildx bake lint vale`) are available but slow;
141127
only run them if the user asks or the changes are complex enough to warrant it
142-
- The `/manuals` prefix is removed from URLs in the live site — keep this in
143-
mind when verifying link paths

0 commit comments

Comments
 (0)