← ClaudeAtlas

post-ticket-summarylisted

Posts a structured implementation summary comment to a Linear issue — what was built, key decisions, reuse patterns, and how to test. Use after completing work on a ticket to document the implementation for the team.
mostafa-drz/claude-skills · ★ 4 · AI & Automation · score 76
Install: claude install-skill mostafa-drz/claude-skills
# Post Ticket Summary Add a structured implementation summary comment to a Linear issue after completing work. ## Preferences _Read `~/.claude/skills/post-ticket-summary/preferences.md` using the Read tool. If not found, no preferences are set._ ## Context _On startup, use Bash to detect: current git branch, recent commits (`git log --oneline -20`), and repo name (`gh repo view --json nameWithOwner -q .nameWithOwner`). Skip any that fail._ ## Command routing Check `$ARGUMENTS`: - **`help`** → display help then stop - **`config`** → interactive setup then stop - **`reset`** → delete `~/.claude/skills/post-ticket-summary/preferences.md`, confirm, stop - **`--preview <issue-id>`** → show comment without posting then stop - **`--minimal <issue-id>`** → use minimal template - **anything else** → post summary ### Help ``` Post Summary — Document implementation on a Linear issue Usage: /post-ticket-summary <issue-id> Post full summary /post-ticket-summary --preview <issue-id> Show without posting /post-ticket-summary --minimal <issue-id> Short summary (skip architecture/reuse) /post-ticket-summary config Set template preferences /post-ticket-summary reset Clear preferences /post-ticket-summary help This help Examples: /post-ticket-summary AIS-810 /post-ticket-summary --preview AIS-810 /post-ticket-summary --minimal AIS-810 What it does: 1. Reads the Linear issue and codeba