Parent: #297 · Found by the comprehensive review of #298 (L13)
Problem
.claude/skills/verify-spec/SKILL.md locates specs as docs/issues/<slug>/PRD.md. Since upstream
v1.1, /to-spec publishes the spec as a GitHub issue and writes no file — so on any Feature specced
that way the skill finds nothing.
#298 added the scope limit so the skill now says "this Feature's spec is a GitHub issue, which this
skill cannot read yet" instead of reporting no match, which read as a missing spec. That is honest, not
useful. This issue closes the gap.
Acceptance criteria
🤖 Filed with Claude Code.
Parent: #297 · Found by the comprehensive review of #298 (L13)
Problem
.claude/skills/verify-spec/SKILL.mdlocates specs asdocs/issues/<slug>/PRD.md. Since upstreamv1.1,
/to-specpublishes the spec as a GitHub issue and writes no file — so on any Feature speccedthat way the skill finds nothing.
#298 added the scope limit so the skill now says "this Feature's spec is a GitHub issue, which this
skill cannot read yet" instead of reporting no match, which read as a missing spec. That is honest, not
useful. This issue closes the gap.
Acceptance criteria
/verify-specreads the acceptancecriteria from the issue body via
gh issue view/to-ticketsputs them on childrenrather than the parent
docs/issues/<slug>/PRD.mdpath is notregressed, and both are tried before reporting no match
✓ PASS/✗ FAILwith a one-line evidence note🤖 Filed with Claude Code.