assess-pr

assess-pr is a skill for Claude Code, Codex from bjcoombs/ai-native-toolkit. It costs 67 tokens per session (6,695 once invoked), scanned A, original, Apache-2.0.

The end-of-run step for `/assess`, a codebase assessment workflow. It offers ways to share the report, track its three main actions, turn it into a continuous-integration check, submit feedback, or remove the files it created.

In plain words
What is it for?
It helps open a pull request, create issue-tracker items, freeze assessment rules into CI, report tool problems, or uninstall the assessment output.
Why use it?
It gives assessment results a follow-up path instead of leaving them as a report that nobody acts on.

Skill for Claude CodeCodex

Written for Claude Code and Codex: $CLAUDE_PLUGIN_ROOT variable, but also reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions CLAUDE.md; names the AskUserQuestion tool.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the ai-native-toolkit plugin — 15 skills, 7 commands, 8 agents shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add bjcoombs/ai-native-toolkit
Claude Code
/plugin install ai-native-toolkit

Made for: Claude Code, Codex.

Or install ai-native-toolkit, the plugin that ships this one along with the rest of its 15 skills, 7 commands, 8 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 assess-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/bjcoombs/ai-native-toolkit/assess-pr.svg)](https://agentmods.dev/skills/bjcoombs/ai-native-toolkit/assess-pr)
Your own site
<a href="https://agentmods.dev/skills/bjcoombs/ai-native-toolkit/assess-pr"><img src="https://agentmods.dev/badge/skills/bjcoombs/ai-native-toolkit/assess-pr.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,695 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00067 $0.06695
Opus 5 $0.00034 $0.03348
Sonnet 5 $0.00013 $0.01339
Haiku 4.5 $0.00007 $0.00670

Measured 6d ago against content hash 1b6c42f0cb86, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

assess-pr 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 6d 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/assess-pr/SKILL.md · 344 lines

How it starts

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

Assess PR and Issues

The end-of-run half of /assess. The report (.assess/assess-report.md), the complexity heatmap, and the doc graph are written. This step runs the optional end-of-run offers - in order - then closes the loop:

  1. Open a PR with the report (Step 5).
  2. Track the Top 3 Actions in the user's issue tracker (Step 6).
  3. Freeze the assessment into a CI gate (Step 6.5).
  4. Tool feedback (Step 7) - surface anomalies and offer to file feedback.
  5. Uninstall /assess (Step 8) - the escape hatch: remove everything this run wrote.

Each offer is independent (uninstall excepted - it's mutually exclusive with the write-back offers): a user can accept any subset. The step references back into the written assess-report.md artifact (notably the Top 3 Actions table's Issue column), not into the scoring prose, so it stays decoupled from how the report was produced.

Phase 2: ask once, batched (and the non-interactive contract)

These are the write-back phase of the consent lifecycle (Phase 2; Phase 1 was the tool installs, Phase 3 the mutation pass - see the assess SKILL.md). Do not serialise them into back-to-back modals. Present them as one batched, multi-select AskUserQuestion: "Now that the report is written, which of these should I do?" with the options (open a PR, track the Top 3 Actions, freeze a CI gate, file feedback, and - the mutually-exclusive escape hatch - uninstall /assess from this repo), pre-filtered by feasibility:

  • Drop the PR option when the push-capability / remote check below (Step 5) shows no direct or fork PR is possible; on a read-only target, offer the fork variant instead.
  • Drop the CI gate option when the workflow could never run (no GitHub remote).
  • Keep issue tracking and feedback always (feedback needs no repo write).
  • Uninstall (Step 8) always appears: it removes what this run wrote. It doesn't compose with the write-back offers (no point opening a PR and deleting the report), so treat selecting it as "skip the others and clean up".

Read the full file on GitHub · 344 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. 6d ago First seen · 344 lines · 67 tokens per session scan A 1b6c42f0cb86

Subscribe to this mod's changes

assess-pr is a skill published in the GitHub repository bjcoombs/ai-native-toolkit (30 stars, last pushed yesterday), licensed Apache-2.0. It adds 67 tokens to every session and 6,695 once invoked, about $0.0003 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.