File tree Expand file tree Collapse file tree
.claude/skills/fix-issues Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments