graph-retro

graph-retro is a skill for Claude Code from ayberkcansever/ai-skills. It costs 93 tokens per session (1,819 once invoked), scanned A, original, MIT.

A post-merge review of a software-development workflow, or SDLC, that examines one ticket's plan and specification after deployment.

In plain words
What is it for?
Use it after a ticket is merged and deployed to identify failure signals, suggest one-line skill changes, and prepare approved amendments for reviewable commits.
Why use it?
It connects failures and review findings to the workflow step that should have prevented them, so proposed improvements have a clear cause.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions AGENTS.md.

Good fit Use it after a ticket is merged and deployed to identify failure signals, suggest one-line skill changes, and prepare approved amendments for reviewable commits.

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

Made for: Claude Code.

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 graph-retro

README.md
[![agentmods](https://agentmods.dev/badge/skills/ayberkcansever/ai-skills/graph-retro/github.svg)](https://agentmods.dev/skills/ayberkcansever/ai-skills/graph-retro)
Your own site
<a href="https://agentmods.dev/skills/ayberkcansever/ai-skills/graph-retro"><img src="https://agentmods.dev/badge/skills/ayberkcansever/ai-skills/graph-retro/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for graph-retro

Your own site · 80×15
<a href="https://agentmods.dev/skills/ayberkcansever/ai-skills/graph-retro"><img src="https://agentmods.dev/badge/skills/ayberkcansever/ai-skills/graph-retro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,819 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.00093 $0.01819
Opus 5 $0.00046 $0.00910
Sonnet 5 $0.00019 $0.00364
Haiku 4.5 $0.00009 $0.00182

Measured 5d ago against content hash d8fd62119d53, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

graph-retro 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 5d 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.

sdlc/cursor/graph-retro/SKILL.md · 166 lines

How it starts

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

Graph Retro

Post-deploy retrospective on the SDLC skill chain (interview-plan → write-plan → execute-plan → thermo-nuclear-code-quality-review). Optional: brainstorm before interview-plan. Reads one ticket's plan + spec artifacts, extracts every failure signal, attributes each to the skill that should have prevented it, and proposes one-line amendments.

The insight: the chain already produces its own improvement telemetry — drift notes, blockers, review findings, overridden recommendations — but nothing consumes it. This skill is the feedback edge that closes the loop.

This skill never edits skill files on its own. Output is proposals; the user approves each before anything is applied. Approved amendments are committed to the skills directory with the ticket ID in the commit message — keep that directory a git repo so every change is a reviewed, revertible commit whose history answers "why does this rule exist".

Announce at start: "I'm using the graph-retro skill to retro this ticket."

When to run

After the ticket is merged and the deploy is verified, or whenever the user says "retro this ticket" / invokes /graph-retro. Not part of the implement loop — do not run it as the next command after execute-plan or the review. Also re-run on an old ticket when an escaped defect traces back to it — the defect is an additional signal, attributed to the review skill (a review lens gap).

Step 1 — Locate artifacts

Resolve <TICKET-ID> from the branch name or ask once. Read, in order found:

  • Plan file: docs/features/<TICKET-ID>/*-implementation-plan.md, else docs/plans/<TICKET-ID>/*-implementation-plan.md
  • Spec: docs/features/<TICKET-ID>/design.md, else docs/specs/<TICKET-ID>/spec.md

Multi-repo tickets: check every repo in the workspace for the same <TICKET-ID> paths. Missing plan AND spec → report "nothing to retro" and stop.

Step 2 — Extract signals

Scan the artifacts for exactly these, quoting each verbatim with its location:

Read the full file on GitHub · 166 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. 5d ago Changed · +26 lines d8fd62119d53
  2. 10d ago First seen · 140 lines · 93 tokens per session scan A 81ef9088295c

Subscribe to this mod's changes

graph-retro is a skill published in the GitHub repository ayberkcansever/ai-skills (2 stars, last pushed 6d ago), licensed MIT. It adds 93 tokens to every session and 1,819 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-31.