implementation-wrapup

implementation-wrapup is a skill for Claude Code from tmchow/tmc-marketplace. It costs 46 tokens per session (751 once invoked), scanned A, original, MIT.

A workflow for finishing a feature branch after development. It verifies tests, checks the branch, optionally reviews the code, and can create a pull request for merging.

In plain words
What is it for?
Use it when a feature is ready to finish, especially when you need test verification, branch information, an optional review, or a pull request.
Why use it?
It gathers the final checks and handoff work needed before completed code is merged.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool; mentions Claude Code.

Part of the iterative-engineering plugin — 12 skills, 18 agents shipped together

Good fit Use it when a feature is ready to finish, especially when you need test verification, branch information, an optional review, or a pull request.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tmchow/tmc-marketplace/implementation-wrapup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add tmchow/tmc-marketplace --skill implementation-wrapup
Clone the repo
git clone --depth 1 https://github.com/tmchow/tmc-marketplace

Made for: Claude Code.

Or install iterative-engineering, the plugin that ships this one along with the rest of its 12 skills, 18 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for implementation-wrapup

README.md
[![agentmods](https://agentmods.dev/badge/skills/tmchow/tmc-marketplace/implementation-wrapup.svg)](https://agentmods.dev/skills/tmchow/tmc-marketplace/implementation-wrapup)
Your own site
<a href="https://agentmods.dev/skills/tmchow/tmc-marketplace/implementation-wrapup"><img src="https://agentmods.dev/badge/skills/tmchow/tmc-marketplace/implementation-wrapup.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 751 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00046 $0.00751
Opus 5 $0.00023 $0.00376
Sonnet 5 $0.00009 $0.00150
Haiku 4.5 $0.00005 $0.00075

Measured 7d ago against content hash 98008279e962, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

implementation-wrapup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/iterative-engineering/skills/implementation-wrapup/SKILL.md · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Implementation Wrapup

Completes development with verification, optional review, and PR creation.

When to Use

  • After iterative:implementing skill completes all tasks
  • When you're ready to create a PR
  • When you want to finish a feature branch
  • Can be invoked standalone on any branch

Workflow

Phase 1: Final Verification

  1. Run full test suite. If tests fail, stop and report failures.
  2. Check for uncommitted changes — commit or stash.

Phase 2: Optional Code Review

When invoked from iterative:implementing, skip this phase — all code reviews are already complete.

When invoked standalone:

  1. Present an interactive choice to the user — AskUserQuestion (Claude Code) or request_user_input (Codex): A) Full code review (recommended), B) Skip review.
  2. If review: invoke code-review skill (1+ rounds).
  3. Continue when review complete or skipped.

Phase 3: Context Summary

  1. Determine base branch (main/master/develop).
  2. Check if in worktree.
  3. Report: N commits, files changed, branch info.

Phase 4: Present Options

Present an interactive choice to the user:

  • A) Push + PR (recommended) — creates new PR, or shows existing if one exists
  • B) Push only
  • C) Keep branch, don't push
  • D) Discard work (typed confirmation required)

Phase 5: Execute

Option A — Push + PR: Push branch with -u, run gh pr create. If PR exists, show existing PR URL. If no PR, create one following repo conventions. Return PR URL.

Option B — Push only: Push branch, report remote URL.

Option C — Keep: Report branch preserved locally.

Option D — Discard: Require typed confirmation ("discard [branch-name]"). Delete branch (and worktree if applicable).

Phase 6: Cleanup

  1. If in worktree and work done, offer removal.
  2. Switch to base branch if not in worktree.

Safeguards

  • Never skip test verification - tests must pass before any option
  • Never push with failing tests - stop and report failures
  • Never discard without typed confirmation - require exact branch name
  • git push prompts user - not pre-approved, user confirms before pushing

Read the full file on GitHub · 111 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 111 lines · 46 tokens per session scan A 98008279e962

Subscribe to this mod's changes

implementation-wrapup is a skill published in the GitHub repository tmchow/tmc-marketplace (22 stars, last pushed 6mo ago), licensed MIT. It adds 46 tokens to every session and 751 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.