adamdaw

6 mods across 1 repository, 2 stars between them.

brevity-enforcer

01

adamdaw/claude-code-skills

Skill Claude CodeCodex

Use when someone points at a named durable doc (ADR, spec, plan, design doc, runbook, GH issue body) and says it is too long, over the page cap, bloated, or asks to cut it down, trim it, or fit it in 12 pages — and before publishing any ADR, so the length check happens ahead of review. Enforces the 12-page ceiling and…

2 12d ago A 121 tokens original MIT

claims-verifier

02

adamdaw/claude-code-skills

Skill Claude CodeCodex

Run a cold adversarial pass over a document's claims. Use when a piece of writing needs its assertions torn at before it ships — "verify the claims", "claims check", "try to refute this", "adversarial claims review" — and before publishing anything that carries facts, statistics, or an argument chain. Spawns a fresh…

2 12d ago A 137 tokens original MIT

claims-auditor

03

adamdaw/claude-code-skills

Agent

Read-only audit invocation for a claims-verifier pass. Carries Read, Grep, and Bash (recomputation only) and no network or write tools, so it can recompute hashes/figures over its sanctioned read set while an out-of-set write or fetch stays impossible by tool set. Spawned cold, per pass, by the claims-verifier…

2 12d ago A 85 tokens original MIT

pr-neighbors

04

adamdaw/claude-code-skills

Skill Claude CodeCodex

Use when opening, reviewing, or rebasing a pull request and you want to know what else is in flight against the same code — "what else touches this", "what PRs relate to this one", "will anything conflict", "am I stale". Finds the PRs that impact or are impacted by one PR, including PRs that share no files with it…

2 12d ago A 105 tokens original MIT

senior-code-review

05

adamdaw/claude-code-skills

Skill Claude CodeCodex

Use when reviewing a pull request, a diff, or a code change (triggers "review this PR", "code review", "senior review", "review the change"). Runs four complementary passes over the change (correctness, structural craft, minimalism, house standards), reads the actual checked-out code rather than just the diff…

2 12d ago A 108 tokens original MIT

spec-review

06

adamdaw/claude-code-skills

Skill Claude CodeCodex

Run a cold Gate-1 spec review against a GitHub work-item issue. Use when a GH issue body needs reviewing AS A SPEC (not as code, not as a build request) — "spec review", "Gate 1", "review the issue as a spec", "/spec-review ". Spawns a fresh subagent that reads only the published issue, reports findings, and never…

2 12d ago A 85 tokens original MIT