pcbjam/.claude/skills
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Balint Ipkovich 9ab7158057 fix(skills): make git-workflow script paths portable
All four git-feature-* skills hardcoded /Users/torcsi/dev/kicad-wasm/ for
the helper-script invocations and one documentation example. That path
only resolved on the original author's machine — anyone else picking up
/git-feature-{start,commit,sync,finish} would hit "No such file or
directory" before the first pre-flight check ran.

Replaces the absolute paths with relative ones (`bash scripts/...`) and
rewrites the rebase-conflict handoff message in git-feature-sync.md to use
`git -C kicad ...` style instead of a hardcoded cd.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-01 14:59:09 +02:00
..
git-feature-commit fix(skills): make git-workflow script paths portable 2026-06-01 14:59:09 +02:00
git-feature-finish fix(skills): make git-workflow script paths portable 2026-06-01 14:59:09 +02:00
git-feature-start fix(skills): make git-workflow script paths portable 2026-06-01 14:59:09 +02:00
git-feature-sync fix(skills): make git-workflow script paths portable 2026-06-01 14:59:09 +02:00