Create /validate-ticket SKILL.md (lost from #228) #231
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/claude-custom#231
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Bug
Lineage
Re-dispatch of sub-ticket #228 (parent #209). Original PR merged but SKILL.md deliverable missing from filesystem — likely lost in worktree cleanup.
Repo
forgejo_admin/claude-customWhat Broke
/validate-ticketskill is referenced by the validation pipeline but~/.claude/skills/validate-ticket/SKILL.mddoes not exist on the filesystem. Theskill-validate-ticketnote in pal-e-docs (id: 841) IS present and well-structured, but the routing SKILL.md that Claude Code reads was never persisted. Running/validate-ticketfails because there is no skill file to load.Repro Steps
ls ~/.claude/skills/validate-ticket/SKILL.md/validate-ticket board-pal-e-agency#646Expected Behavior
~/.claude/skills/validate-ticket/SKILL.mdexists and mirrors the pattern of~/.claude/skills/review-ticket/SKILL.md— parsing board item args, fetching the scope document, dispatching an agent that readsskill-validate-ticketfrom pal-e-docs.Environment
d217aabAcceptance Criteria
~/.claude/skills/validate-ticket/SKILL.mdexistsboard-slug#item-idargumentskill-validate-ticketfrom pal-e-docsRelated
pal-e-agency— projectforgejo_admin/claude-custom#228— original (closed, deliverable missing)forgejo_admin/claude-custom#209— parent ticketScope Review: BLOCK
Review note:
review-674-2026-03-29The SKILL.md deliverable already exists in the repo. PR #230 merged commit
6bca6bewhich addedskills/validate-ticket/SKILL.mdto main. The local checkout~/claude-customis 1 commit behind (d217aab), causing the file to appear missing on the filesystem.git pull origin main+ hardlink creation -- no new PR neededRecommend closing this issue. The operational sync can be done manually.