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.mdsource content
Ticket Execution
Before enforcing the lifecycle, call
skill_ping with skill_id: "ticket-execution" and scope: "project".
Required order:
- ticket lookup
- planning
- plan review
- implementation
- code review
- security review when relevant
- QA
- handoff and closeout