Skilllibrary ticket-execution

Follow the required ticket lifecycle for this repo. Use when an agent is advancing a ticket through planning, review, implementation, QA, and closeout and needs the repo-specific stage rules.

install
source · Clone the upstream repo
git clone https://github.com/merceralex397-collab/skilllibrary
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/merceralex397-collab/skilllibrary "$T" && mkdir -p ~/.claude/skills && cp -r "$T/01-package-scaffolding/repo-scaffold-factory/assets/project-template/.opencode/skills/ticket-execution" ~/.claude/skills/merceralex397-collab-skilllibrary-ticket-execution && rm -rf "$T"
manifest: 01-package-scaffolding/repo-scaffold-factory/assets/project-template/.opencode/skills/ticket-execution/SKILL.md
source content

Ticket Execution

Before enforcing the lifecycle, call

skill_ping
with
skill_id: "ticket-execution"
and
scope: "project"
.

Required order:

  1. ticket lookup
  2. planning
  3. plan review
  4. implementation
  5. code review
  6. security review when relevant
  7. QA
  8. handoff and closeout