A3 — Polish

A3 — Polish is a skill for Claude Code from Nagiliant/Genesis-Legacy-V2. It costs 48 tokens per session (879 once invoked), scanned A, original, Apache-2.0.

A review of code, content, or project processes for quality problems after the design-consistency check passes.

In plain words
What is it for?
Use it to inspect files for maintainability, edge cases, performance problems, security concerns, and project-specific quality rules.
Why use it?
It catches issues that can remain even when requirements are met, such as dead code, unfinished work, weak error handling, security risks, and standards violations.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the genesis-spec-kit plugin — 23 skills shipped together

Good fit Use it to inspect files for maintainability, edge cases, performance problems, security concerns, and project-specific quality rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nagiliant/genesis-legacy-v2/genesis-a3
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 Nagiliant/Genesis-Legacy-V2 --skill genesis-a3
Clone the repo
git clone --depth 1 https://github.com/Nagiliant/Genesis-Legacy-V2

Made for: Claude Code.

Or install genesis-spec-kit, the plugin that ships this one along with the rest of its 23 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 A3 — Polish

README.md
[![agentmods](https://agentmods.dev/badge/skills/nagiliant/genesis-legacy-v2/genesis-a3/github.svg)](https://agentmods.dev/skills/nagiliant/genesis-legacy-v2/genesis-a3)
Your own site
<a href="https://agentmods.dev/skills/nagiliant/genesis-legacy-v2/genesis-a3"><img src="https://agentmods.dev/badge/skills/nagiliant/genesis-legacy-v2/genesis-a3/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 A3 — Polish

Your own site · 80×15
<a href="https://agentmods.dev/skills/nagiliant/genesis-legacy-v2/genesis-a3"><img src="https://agentmods.dev/badge/skills/nagiliant/genesis-legacy-v2/genesis-a3.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 879 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.00048 $0.00879
Opus 5 $0.00024 $0.00439
Sonnet 5 $0.00010 $0.00176
Haiku 4.5 $0.00005 $0.00088

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

Security

Grade A, and why

A3 — Polish 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 11d 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/genesis-a3/SKILL.md · 54 lines

How it starts

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

A3 — Polish (Code / Content Quality)

The quality check, and the most mode-divergent lens: in code projects it means code quality; in content/process projects it means content and process quality. A3 scans for issues that compile and pass requirements but are nonetheless bad: dead code, hardcoded values, leftover TODO/FIXME, unhandled edge cases, weak error handling, security holes, performance traps, and violations of naming/formatting/dependency standards.

The Double Gate (enforced here)

Before anything else, read the A1 report for this scope and parse its finding count:

  • > 0 findings → BLOCK: "A1 has N unresolved findings — fix A1 first."
  • No A1 report exists → BLOCK: "No A1 report found."
  • Only == 0 → A3 proceeds.

There is no override flag for this gate. You do not polish code that has drifted from its own design.

Inputs

  • The constitution (the code/content standards — required) · all files in scope · the micro specs for context
  • The A1 report (for the gate) and the prior A2 report · the project mode

Process

  1. Enforce the Double Gate (above).
  2. Scan each file against the mode-specific checklist (exhaustive pass, then a review for false positives):
    • Code mode: code quality (TODO/FIXME, dead code, hardcoded values, unused imports), edge cases (boundaries, empty states, null handling, concurrency), error handling (graceful failure, meaningful messages, recovery), security (injection, credential exposure, auth gaps, OWASP Top 10), performance (N+1 queries, needless re-renders, unindexed lookups, leaks), and standards compliance (naming, import order, style, forbidden deps).
    • Content/process mode: style consistency, structural quality (well-formed templates, required sections, logical flow), completeness (every stage has a command, every artifact a schema, every gate defined), cross-reference validity, and quality-gate clarity (measurable criteria, no vague "good enough").
  3. Threat Cartography (below).
  4. Residue Sweep (below).
  5. Write the report to audits/{scope}-a3.md: per-category findings with reasoning traces, the Threat Cartography map, and a verdict.

Read the full file on GitHub · 54 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. 11d ago First seen · 54 lines · 48 tokens per session scan A df6d8aa9b8cd

Subscribe to this mod's changes

A3 — Polish is a skill published in the GitHub repository Nagiliant/Genesis-Legacy-V2 (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 48 tokens to every session and 879 once invoked, about $0.0002 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 skills, from other repositories

repo-consistency-sweep

Proactive defect-class detection that handles the lower-value half of code review (per Bacchelli and Bird 2013) so human reviewers stay focused on design, intent, and knowledge transfer. Catches convention drift, ordering bugs, type-safety gaps, security and multi-tenant invariants (CWE-grounded), and operability…

Mozurok/fhorja.dev · 200 tokens

pr-feedback-ingest

Turn PR feedback (Greptile, CI, bots, humans) into a structured traceable backlog aligned with TASKSTATE.md, DECISIONS.md, and IMPLEMENTATIONPLAN.md so the next execution step can be a narrow implement-approved-slice or a small planning touch without losing alignment. Corrective scope only. Use when a PR is open or…

Mozurok/fhorja.dev · 230 tokens

review-hard

Review the current task changes for real correctness, safety, and maintainability risks before slice closure or PR prep, and recommend the smallest safe next step. Surfaces meaningful issues (not cosmetic feedback); not a replacement for external review systems. Returns no-op when the review would not materially…

Mozurok/fhorja.dev · 176 tokens

verify-against-rubric-fleet

Orchestrator-workers generalization of verify-against-rubric to N=many artifacts against ONE locked rubric. Dispatches N stateless Sonnet sub-agents in parallel; each receives ONE artifact + the SAME rubric + read-only tools (no TASKSTATE, no DECISIONS, no prior history); returns structured per-criterion verdict.…

Mozurok/fhorja.dev · 187 tokens

atom-audit-fleet

Orchestrator-workers variant of atom-audit. Dispatches N Haiku workers (3-5 atoms each) to audit every atom under packages/design-system/src/atoms/ in parallel against COMPONENTGUIDELINES.md rules; merges per-worker rows into ATOMAUDIT.md table. Use when atom count >= 6 (per cost-effectiveness threshold) AND…

Mozurok/fhorja.dev · 129 tokens

graphql-contract-review

Review a GraphQL schema and a Backend-for-Frontend (BFF) contract BEFORE implementation, against a GraphQL-specific checklist: schema shape and nullability (null-bubbling), errors-as-data unions, N+1 and DataLoader, query cost and depth limits, cursor-connection pagination, federation entity ownership, breaking-change…

Mozurok/fhorja.dev · 192 tokens