Baton triage
Work-item lifecycle over a board — backend-agnostic CLI + Claude Code skills (GitHub Projects, Plane, ...)
npx -y skills add SOSkr/baton --skill baton-triageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 13 days oldThe repository was created 13 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Review/triage a work-item for viability, value, and fit; score it and post the verdict. Use when the user says "triage X", "review idea/item", "evaluate X", "revisar idea". Does not change the stage — records the assessment.
SKILL.md
2.0 KB, 460 tokens by cl100k_base, as published. Nobody here has run it
baton triage
Structured assessment of a work-item. baton reads/writes the board; you provide
the judgment. Triage records a verdict; it does not move the stage (approval is
baton-approve).
Workflow
- Read the item + comments (+ any linked doc + relevant project spec):
baton show <id> # title, stage, labels, url # full thread: use the backend directly, e.g. gh issue view <id> --comments - Score against the criteria below (0-5 each). Adapt example checks to the project's domain.
- Post the verdict (score table · strengths · concerns · suggestions · recommendation):
For items with a versioned doc, append abaton comment <id> --body "$(cat <<'EOF' ## Review ... EOF )"## Review (YYYY-MM-DD)section there and leave a short verdict comment. - No stage change — the review comment is the record of "reviewed, pending
decision". If rejected, use
baton-reject. - Present the recommendation (approve / revise / reject). If the user approves
on the spot → continue with
baton-approve.
Criteria (0-5 each)
- Clarity — specific user story, well-defined problem.
- Viability — implementable with the current architecture; deps identified; realistic complexity.
- Value / Impact — real problem; improves the product's core goals.
- Consistency — aligned with existing patterns; doesn't contradict current
behavior. Check related items for conflicts/synergies (
baton list --label ...). - Completeness — clear acceptance criteria, edge cases, concrete proposal.
Recommendation by score
- ≥ 15/25 → approve · 10-14 → revise (specific improvements) · < 10 → reject.
Always explain WHY, not just the number.
What ships with it: 1 file
22 B alongside SKILL.md
- templates22 B