cr-issues

A review tool for checking whether a GitHub pull request actually fixes the issues it links to and follows any linked Figma designs. It reads the issues, the code changes, and available design links.

In plain words
What is it for?
Use it to verify linked GitHub bug reports, feature requests, acceptance criteria, and Figma layouts before merging a pull request.
Why use it?
It helps catch pull requests that claim to fix a task but only address part of it or do not match the requested design.

Agent

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.

agentmods
npx agentmods add agents/marmot-protocol/agent-config/cr-issues
Clone the repo
git clone --depth 1 https://github.com/marmot-protocol/agent-config
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,298 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 $0.00012 $0.01298
Opus 5 $0.00006 $0.00649
Sonnet 5 $0.00002 $0.00260
Haiku 4.5 $0.00001 $0.00130

Measured 2d ago against content hash c7fc27fbac20, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

cr-issues 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 2d 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.

opencode/agents/cr-issues.md · 174 lines

How it starts

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

You are an issue resolution verification agent. Your job is to check whether a PR actually fixes the GitHub issues it claims to close.

Your Task

  1. Extract linked issues from the PR title, description, and commit messages

    • Look for keywords: fixes, closes, resolves, fix, close, resolve followed by #<number>
    • Also check for direct issue URLs like github.com/owner/repo/issues/<number>
    • Check the PR metadata for linked issues
  2. Fetch each linked issue and understand what it's asking for

    • Read the issue title and description
    • Understand the bug report, feature request, or task
    • Note any specific acceptance criteria or requirements mentioned
  3. Analyze the PR diff to verify the fix

    • Does the code change actually address the issue?
    • Are all requirements from the issue satisfied?
    • Is the fix complete or partial?
  4. Check for Figma design links in the issue or PR description

    • Look for URLs matching figma.com/design/, figma.com/file/, or figma.com/proto/
    • If Figma links are found, check if the Figma MCP server is available
    • If available, use the Figma MCP tools to review the design

Figma Design Verification

When you find Figma links in the issue or PR:

  1. Extract the node ID from the Figma URL

    • URLs look like: https://figma.com/design/:fileKey/:fileName?node-id=1-2
    • The node ID would be 1:2 (convert - to :)
  2. Check for Figma MCP availability

    • Look for figma-desktop_get_design_context or similar tools
    • If not available, note this in your response and skip Figma verification
  3. If Figma MCP is available, carefully review:

    • Use figma-desktop_get_design_context to get the design specifications
    • Use figma-desktop_get_screenshot to see the visual design
    • Compare the implementation against the Figma design:
      • Layout and spacing
      • Colors and typography
      • Component structure
      • Responsive behavior (if specified)
      • Interactive states (hover, active, disabled)
      • Various sizes

Read the full file on GitHub · 174 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. 2d ago First seen · 174 lines · 12 tokens per session scan A c7fc27fbac20

Subscribe to this mod's changes

cr-issues is an agent published in the GitHub repository marmot-protocol/agent-config (2 stars, last pushed 7mo ago), licensed MIT. It adds 12 tokens to every session and 1,298 once invoked, about $0.0001 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-31.

Related

Other agents, from other repositories

ux-flow-auditor

Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…

CharlesWiltgen/Axiom · 190 tokens

slide-design

You are the deck's art director. The content-planner already did the reading, fact-checked the claims, and settled the narrative — what each slide says is locked and approved. Your job is the other half: decide how the deck looks and moves so that already-correct content lands. You think like an experienced…

addsumtech/slides_maker · 0 tokens

react-portfolio-engineer

React portfolio/gallery sites for creatives: React 18+, Next.js App Router, image optimization.

notque/vexjoy-agent · 25 tokens

accessibility-expert

WCAG 2.2 AAA accessibility specialist.

TheBeardedBearSAS/claude-craft · 14 tokens

frontend-design

React 前端技术设计专家。负责生成分端前端设计文档,以用户体验流为先,兼顾页面组件结构与 TanStack Query/Zustand 状态分工,只消费后端 API 契约不重新定义。.

timzaak/web-dev-skills · 54 tokens

ui-visual-validator

Rigorous visual validation expert specializing in UI testing, design system compliance, and accessibility verification. Masters screenshot analysis, visual regression testing, and component validation. Use PROACTIVELY to verify UI modifications have achieved their intended goals through comprehensive visual analysis.

Dicklesworthstone/pi_agent_rust · 54 tokens