reconcile

reconcile is a skill for Claude Code, Codex from aigengame/cli-agentic-workflow. It costs 99 tokens per session (1,079 once invoked), scanned A, original, MIT.

A skill that checks whether GitHub issues and project decision documents still agree after a requirement or technical decision changes.

In plain words
What is it for?
Use it to reconcile GitHub issues with CONTEXT.md and architecture decision records, or to review proposed consistency fixes.
Why use it?
It catches broken references and outdated documentation before they cause confusion, while requiring confirmation before making changes.

Skill for Claude CodeCodex

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/aigengame/cli-agentic-workflow/reconcile
Any agent
npx skills add aigengame/cli-agentic-workflow --skill reconcile
Clone the repo
git clone --depth 1 https://github.com/aigengame/cli-agentic-workflow

Made for: Claude Code, Codex.

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 reconcile

README.md
[![agentmods](https://agentmods.dev/badge/skills/aigengame/cli-agentic-workflow/reconcile.svg)](https://agentmods.dev/skills/aigengame/cli-agentic-workflow/reconcile)
Your own site
<a href="https://agentmods.dev/skills/aigengame/cli-agentic-workflow/reconcile"><img src="https://agentmods.dev/badge/skills/aigengame/cli-agentic-workflow/reconcile.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,079 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.00099 $0.01079
Opus 5 $0.00049 $0.00540
Sonnet 5 $0.00020 $0.00216
Haiku 4.5 $0.00010 $0.00108

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

Security

Grade A, and why

reconcile 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 4d 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.

.agents/skills/reconcile/SKILL.md · 87 lines

How it starts

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

Reconcile

Keep the cross-referenced web of issues + domain docs (CONTEXT.md, docs/adr/) correct and consistent so the development feedback loop stays trustworthy. A decision discussed in a session must not silently drift out of sync with the issues and docs that record it.

Read first: docs/agents/domain.md (glossary + ADR-conflict rules), docs/agents/issue-tracker.md (gh conventions), docs/agents/triage-labels.md. See REFERENCE.md for the reference-graph edge taxonomy and the full check catalog.

Triggers

  • Manual: invoked as /reconcile, or when the user asks to sync issues and docs.
  • Automatic: a Claude Code Stop hook (and optionally a git pre-commit hook) may auto-invoke this skill — see "Hook setup" below. Hook wiring is HITL; never add it without user approval.

Safety posture (non-negotiable)

Report first, mutate only after confirmation. Always present findings and proposed patches, then wait for the user to confirm before editing any doc file or GitHub issue. Never run a mutating gh issue edit / gh issue comment or write to a doc without explicit approval.

Workflow

gather change set → build reference graph → check (mechanical + semantic) → report → confirm → apply + propagate

1. Gather the change set

The semantic layer is driven by the current conversation context. Identify the decision / requirement changes discussed in-session: which terms were renamed, which decisions reversed or refined, which scope/Phase boundaries moved. Write them down as an explicit change list. If the session contains no such change, run the mechanical layer only and say so.

If the user states a change explicitly, use that verbatim as the change set.

2. Build the reference graph

Load the artifacts and extract their cross-references (see REFERENCE.md for edge types and how to read each source):

  • Issues + PRDs — gh issue list/view (Parent, Blocked by, ADR-NNNN, #NN, domain terms)
  • ADRs — docs/adr/*.md (ADR-NNNN cross-refs, status: front-matter, domain terms)
  • CONTEXT.md glossary — canonical terms and their _Avoid_ synonyms; ADR-NNNN refs

Read the full file on GitHub · 87 lines

Files

What ships with it

1 file 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. 4d ago First seen · 87 lines · 99 tokens per session scan A 1cafe861929b

Subscribe to this mod's changes

reconcile is a skill published in the GitHub repository aigengame/cli-agentic-workflow (20 stars, last pushed 2mo ago), licensed MIT. It adds 99 tokens to every session and 1,079 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

project-switching

Project switching implementation in sidecar: project discovery, state management, UI flow, modal rendering, filtering, theme preview, and plugin reinitialization. Use when working on the project switcher feature, project management, worktree switching, or the project configuration system.

marcus/sidecar · 57 tokens

manager

Sync session work into GitHub issues, or query track status across repos. Write: find/update issue + W-label. Read: "что по ". Triggers: "создай issue", "синкни сессию", "manager". Not day/week plans (daily-tasks).

serejaris/personal-corp-os · 63 tokens

corp-doctor

Use when a Personal Corp operating loop needs setup, repair, a new department, or task routing: HQ files and agent rules, GitHub issue workflow, corp- owner map, department repositories, or deciding which repo an issue belongs to. Triggers: "corp doctor", "почини контур", "заведи отдел", "куда положить задачу"…

serejaris/personal-corp-os · 102 tokens

pm-prioritize

Use when ranking a list of requirements, features, or backlog items using RICE / ICE / MoSCoW / Kano. Built-in decision tree picks the right framework based on data availability and decision context. Output is a transparent matrix, 2×2 Impact/Effort quadrant, and a Sprint allocation proposal. User-invoked only — do…

serejaris/personal-corp-os · 140 tokens

pm-roadmap

Сводит статус итерации, оценивает прогресс milestones, фиксирует изменения приоритетов, отслеживает зависимости и выдаёт roadmap в формате Now/Next/Later с атрибуцией задержек по 5 причинам, health score и фреймворком обрезки scope при нехватке ресурсов. User-invoked only — do NOT auto-trigger. Triggers on…

serejaris/personal-corp-os · 128 tokens

retro

Use when the user asks for "ретро", "обзор недели", or "что было за неделю" and the department needs a fact-based closeout plus its next Area goal.

serejaris/personal-corp-os · 39 tokens