implement-suggestion

implement-suggestion is a skill for Claude Code from mthines/agent-skills. It costs 314 tokens per session (8,459 once invoked), scanned A, original, MIT.

A workflow for applying actionable review comments from one or more pull requests, including comments from people and automated review bots.

In plain words
What is it for?
It is for implementing code-review feedback, validating proposed changes, and pushing updates to existing pull requests without opening new ones.
Why use it?
It gathers suggestions, checks whether they should be accepted, and applies approved changes in the relevant pull-request worktree.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions subagents.

Part of the mthines-agent-skills plugin — 55 skills, 4 agents shipped together

Good fit It is for implementing code-review feedback, validating proposed changes, and pushing updates to existing pull requests without opening new ones.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mthines/agent-skills/implement-suggestion
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 mthines/agent-skills --skill implement-suggestion
Clone the repo
git clone --depth 1 https://github.com/mthines/agent-skills

Made for: Claude Code.

Or install mthines-agent-skills, the plugin that ships this one along with the rest of its 55 skills, 4 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 implement-suggestion

README.md
[![agentmods](https://agentmods.dev/badge/skills/mthines/agent-skills/implement-suggestion.svg)](https://agentmods.dev/skills/mthines/agent-skills/implement-suggestion)
Your own site
<a href="https://agentmods.dev/skills/mthines/agent-skills/implement-suggestion"><img src="https://agentmods.dev/badge/skills/mthines/agent-skills/implement-suggestion.svg" alt="Measured on agentmods" height="20"></a>
Per session 314 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,459 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00314 $0.08459
Opus 5 $0.00157 $0.04229
Sonnet 5 $0.00063 $0.01692
Haiku 4.5 $0.00031 $0.00846

Measured 3d ago against content hash 4c1fcce7b8dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

implement-suggestion 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 3d 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.

skills/workflow/implement-suggestion/SKILL.md · 596 lines

How it starts

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

Implement Suggestion

Take reviewer suggestions on one or more pull requests, validate each through adversarial review (/critical) and a confidence gate (/confidence), then hand off a structured suggestion-pack to a worker subagent that applies the approved changes inside the PR's worktree and pushes them — without opening a new PR.

This skill is a thin orchestrator. The heavy reasoning lives in /critical and /confidence. Per-PR worktree isolation comes from gw. Plan authoring for architectural changes is delegated to aw-planner. The mechanical apply / commit / push runs inside a dispatched worker.

Source of truth. This SKILL.md is a thin index. Detailed procedures live in rules/*.md, literal artefacts in templates/*.md. Load only what the current phase asks for.

Mode Detection

Parse $ARGUMENTS once, in this order. First match wins.

# Signal in $ARGUMENTS Mode
1 One or more github.com/<owner>/<repo>/pull/<n> URLs (with or without #discussion_r…) multi-pr
2 One bare PR number (#123) and the current directory is a PR worktree multi-pr (n=1)
3 Free-text prose, pasted comment body, or non-PR URL free-text
4 Empty and the current branch has an open PR (auto-detected via gh pr view) multi-pr (active PR)
5 Empty and no active PR for the current branch Prompt the user

Active PR auto-detection (rule #4): when $ARGUMENTS is empty, run gh pr view --json number,url,state,headRefName,headRefOid,isDraft (no number = current branch). If it returns a PR in state OPEN, treat as multi-pr with that single PR. Print one line before continuing:

Read the full file on GitHub · 596 lines

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago Changed · +8 lines 4c1fcce7b8dd
  2. 5d ago First seen · 588 lines · 314 tokens per session scan A c0d907748414

Subscribe to this mod's changes

implement-suggestion is a skill published in the GitHub repository mthines/agent-skills (13 stars, last pushed today), licensed MIT. It adds 314 tokens to every session and 8,459 once invoked, about $0.0016 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-09-03.

Related

Other skills, from other repositories

git-workflow

Git best practices, branching strategies, commit conventions, and code review patterns.

cosmicstack-labs/mercury-agent-skills · 18 tokens

azure-repos

Expert knowledge for Azure Repos development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, and integrations & coding patterns. Use when managing Git/TFVC repos, branch/PR policies, CLI/IDE integrations, CodeQL/scanning, or…

MicrosoftDocs/Agent-Skills · 115 tokens

gitlab-api

Fetches and analyzes GitLab merge request (MR) comments, metadata, and review feedback using authenticated API calls. Capabilities include fetching comment threads, retrieving reviewer feedback, filtering unresolved discussions, and generating MR activity reports. Use when the user asks about GitLab MR comments, code…

pantheon-org/tekhne · 86 tokens

mx-pr

Draft a pull request from the feature spec and git log, run an autonomous commit-history cleanup (content check), then publish to GitHub or GitLab (Bitbucket experimental) — or hand off. Use when a feature branch is ready for PR, standalone or from mx-flow. Usage: /mx-pr [name].

maxence2997/mx-harness · 67 tokens

mx-commit

Commit all pending changes as one commit per logical concern, following the project's message convention (type prefix, 50-char subject, English). Use when the working tree may hold several changes or the convention must be enforced; a single trivial change can use plain git commit. Usage: /mx-commit [--auto].

maxence2997/mx-harness · 67 tokens

create-pr

Opens (or updates) a pull request with a conventional title, an evidence-backed description, and a real verification checklist — resolving the base branch from evidence, attaching screenshots via the GitHub CLI when the change is visible in the UI, and asking rather than guessing at every genuine judgment call. Use…

eagerworks/skills · 105 tokens