capstone-radar

capstone-radar is a skill for Claude Code from Terryc21/radar-suite. It costs 91 tokens per session (14,461 once invoked), scanned A, original, Apache-2.0.

A final review tool for the six-part iOS audit toolkit. It combines results from the other reviews, checks five additional areas, gives an overall grade, and decides whether the code is ready to ship.

In plain words
What is it for?
It helps run full or quick codebase checks, review existing audit reports, compare new and resolved issues, and make ship-or-no-ship decisions.
Why use it?
It turns separate audit findings into one decision and avoids repeating checks already handled by the companion reviews.

Skill for Claude Code

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

Part of the radar-suite plugin — 8 skills shipped together

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 skills/terryc21/radar-suite/capstone-radar
Any agent
npx skills add Terryc21/radar-suite --skill capstone-radar
Clone the repo
git clone --depth 1 https://github.com/Terryc21/radar-suite

Made for: Claude Code.

Or install radar-suite, the plugin that ships this one along with the rest of its 8 skills.

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 capstone-radar

README.md
[![agentmods](https://agentmods.dev/badge/skills/terryc21/radar-suite/capstone-radar.svg)](https://agentmods.dev/skills/terryc21/radar-suite/capstone-radar)
Your own site
<a href="https://agentmods.dev/skills/terryc21/radar-suite/capstone-radar"><img src="https://agentmods.dev/badge/skills/terryc21/radar-suite/capstone-radar.svg" alt="Measured on agentmods" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 14,461 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.00091 $0.14461
Opus 5 $0.00046 $0.07230
Sonnet 5 $0.00018 $0.02892
Haiku 4.5 $0.00009 $0.01446

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

Security

Grade A, and why

capstone-radar 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/capstone-radar/SKILL.md · 1,257 lines

How it starts

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

Capstone Radar

Capstone Radar is the aggregator + gap filler for the 6-skill radar family (5 companions + capstone). It consumes findings from 5 companion skills, runs its own scans for 5 domains the companions don't cover, grades everything on one unified scale, and makes the ship/no-ship decision.

It does NOT:

  • Re-scan domains already covered by companion skills
  • Dispatch Axiom auditor agents
  • Produce separate reports for domains companions already cover

Usage

Command Description
/capstone-radar Full analysis — checks everything and reads companion handoffs
/capstone-radar quick Quick check — own domains only, ignores companion results
/capstone-radar report No scanning, re-grade from existing handoff files only
/capstone-radar diff Compare against previous audit — show resolved/new issues
--trust-all Override staleness decay -- treat all companion handoffs as Fresh
--show-suppressed Show findings suppressed by known-intentional entries

Diff Command

Audit comparison — compare current codebase against a previous audit to show what changed.

Usage

/capstone-radar diff
/capstone-radar diff 2026-03-15

How It Works

  1. Find previous audit — Read the most recent (or specified date) .agents/research/*-capstone-audit.md
  2. Parse previous findings — Extract all issues from the GRADES_YAML block and findings tables
  3. Re-check each finding:
    • Read the file at the reported line number
    • Check if the problematic pattern still exists
    • Classify as: ✅ RESOLVED, 🔴 STILL OPEN, 📁 FILE CHANGED
  4. Scan for new issues — Quick grep scan for new violations not in previous report
  5. Output diff summary

Output Format

Audit Diff: 2026-03-15 → 2026-03-29

Summary:
  ✅ Resolved: 8 issues fixed since last audit
  🔴 Still Open: 3 issues remain
  🆕 New: 2 new issues detected
  📁 Changed: 4 files modified (may need re-verification)

Grade Trend:
  Overall: B [83] → B+ [87] ↑
  Code Hygiene: B- → A- ↑
  Security Basics: A → A (stable)
  Test Health: C → C+ ↑

Resolved Issues:
| # | Finding | Was | File | Resolved By |
|---|---------|-----|------|-------------|
| 1 | TODO marker in production | 🟡 HIGH | CloudSyncManager.swift:142 | Commit abc123 |

Still Open:
| # | Finding | Urgency | File | Age |
|---|---------|---------|------|-----|
| 1 | Force unwrap in error path | 🟡 HIGH | BackupManager.swift:89 | 14 days |

New Issues:
| # | Finding | Urgency | Risk: Fix | Risk: No Fix | ROI | Blast Radius | Fix Effort | Status |

Read the full file on GitHub · 1,257 lines

Files

What ships with it

2 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. 6d ago First seen · 1,257 lines · 91 tokens per session scan A 8892174392fa

Subscribe to this mod's changes

capstone-radar is a skill published in the GitHub repository Terryc21/radar-suite (20 stars, last pushed 8d ago), licensed Apache-2.0. It adds 91 tokens to every session and 14,461 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

workflow-audit

Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, audits data wiring, evaluates from user perspective. Triggers: "workflow audit", "audit flows", "find dead ends", "check navigation".

Terryc21/workflow-audit · 59 tokens

plan

Epic decomposition into trackable, right-sized tasks. Three modes — audit-aware (codebase-audit reports), workflow-audit-aware (handoff.yaml with pre-rated findings), standalone (from scratch). Light convention scanning for projects without CLAUDE.md.

Terryc21/workflow-audit · 53 tokens

swift-expert

Expert-level Swift development for iOS, macOS with SwiftUI, Combine, and modern Swift 5.9+. Use when the user mentions iOS, macOS, SwiftUI, Combine, async await, or Apple platforms, or when the task involves Modern Swift Features, Basics and Optionals, Functions and Closures, or Structs and Classes.

personamanagmentlayer/pcl · 76 tokens

vgs-collect-ios-guide

Routes AI agents through VGS Collect iOS SDK work across integration, implementation, migration, troubleshooting, and code review. Use when guidance may depend on the installed VGSCollectSDK version.

verygoodsecurity/vgs-collect-ios · 45 tokens

swift-architecture-skill

Swift iOS architecture guidance and playbooks for MVVM, MVI, TCA, Clean Architecture, VIPER, MVP, Coordinator, and Reactive patterns. Use when designing, implementing, refactoring, or reviewing the architecture of a SwiftUI or UIKit feature, module, or codebase.

efremidze/swift-architecture-skill · 65 tokens

m3-expressive

Material 3 Expressive design patterns for Jetpack Compose - expressive theming, motion physics, shape morphing, typography emphasis, color emphasis, and all 28 expressive components.

ahmed3elshaer/everything-claude-code-mobile · 41 tokens