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.
npx agentmods add skills/ronronner02/codepilot-agent/spec-app-consistency-auditnpx skills add ronronner02/codepilot-agent --skill spec-app-consistency-auditgit clone --depth 1 https://github.com/ronronner02/codepilot-agentWrote 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.
[](https://agentmods.dev/skills/ronronner02/codepilot-agent/spec-app-consistency-audit)<a href="https://agentmods.dev/skills/ronronner02/codepilot-agent/spec-app-consistency-audit"><img src="https://agentmods.dev/badge/skills/ronronner02/codepilot-agent/spec-app-consistency-audit.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00074 | $0.03826 |
| Opus 5 | $0.00037 | $0.01913 |
| Sonnet 5 | $0.00015 | $0.00765 |
| Haiku 4.5 | $0.00007 | $0.00383 |
Grade A, and why
spec-app-consistency-audit 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.
How it starts
The opening of the file, as written. The whole thing — 298 lines — stays where its author put it; the contents beside it link to each section on GitHub.
App Consistency Audit
Run a static-first consistency audit for mobile App work before simulator, real-device, or package validation.
Workflow Contract Summary
When To Use
Use when mobile App PRD, Figma context, local source, routes, architecture, analytics, i18n, or industry rules need a static-first consistency audit before runtime validation.
When Not To Use
Do not use for ordinary code review (spec-code-review), PRD authoring or refinement (spec-prd), pure test/lint/build/runtime execution, UI polish (spec-polish), formatting-only changes, or product-source edits.
Inputs
Mode tokens, diff base, source root, PRD/design refs, industry lens, task/tech-plan refs, repository instructions, and app audit extractor facts.
Outputs
Static consistency findings, headless envelopes when requested, degraded-input notes, and report-writer handoff fields.
Artifacts
Headless/default runs may write .spec-first/app-audit/runs/<run-id>/ artifacts; report-only mode writes no run artifacts.
Failure Modes
Conflicting modes, missing headless base, missing or reference-only Figma input, unreadable source/PRD facts, extractor gaps, or insufficient App surface evidence.
Workflow
Resolve mode and scope, collect static product/design/source facts, apply architecture/component/analytics/i18n/industry lenses, synthesize findings, then return or write the requested audit envelope.
Downstream Consumers
移动 QA planning、App implementation owner、report-writer step,以及准备 runtime validation 的人工审查者。
Scenario Capability
Follows docs/contracts/workflows/scenario-capability-matrix.md (default).
Overrides: none
Purpose
Use this workflow to compare product intent, design states, page routes, KMP / Clean Architecture boundaries, App engineering quality, component and module reuse, analytics, i18n, and industry-specific rules from the available local inputs.
The workflow improves review input quality. It does not replace runtime verification, automated tests, QA, or real-device validation.
What ships with it
60 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.
- prompts/accessibility-i18n-lens.md 1.6 KB
- prompts/analytics-expert.md 2.0 KB
- prompts/audit-planner.md 2.9 KB
- prompts/component-module-expert.md 2.0 KB
- prompts/engineering-quality-expert.md 3.0 KB
- prompts/evidence-auditor.md 2.7 KB
- prompts/figma-design-expert.md 2.1 KB
- prompts/i18n-expert.md 2.0 KB
- prompts/industry-expert.md 1.8 KB
- prompts/kmp-clean-architect.md 2.5 KB
- prompts/mobile-ux-expert.md 2.4 KB
- prompts/orchestrator.md 2.6 KB
- prompts/page-route-expert.md 2.3 KB
- prompts/product-expert.md 2.2 KB
- prompts/regression-expert.md 1.9 KB
- prompts/report-writer.md 2.0 KB
- references/ecc-source-lock.json 11 KB
- references/headless-runner.md 5.7 KB
- references/mode-output-contract.md 8.2 KB
- references/pilot-validation.md 2.1 KB
- references/report-format.md 1.2 KB
- rule-packs/analytics/rules.yaml 502 B
- rule-packs/common-app/checklist.md 320 B
- rule-packs/common-app/rules.yaml 555 B
- rule-packs/component-module-reuse/rules.yaml 697 B
- rule-packs/i18n/rules.yaml 570 B
- rule-packs/industries/ecommerce/rules.yaml 618 B
- rule-packs/industries/finance-common/rules.yaml 912 B
- rule-packs/industries/securities/rules.yaml 730 B
- rule-packs/kmp-clean-architecture/rules.yaml 622 B
- schemas/analytics-contract.schema.json 945 B
- schemas/app-audit-context.schema.json 1.2 KB
- schemas/artifact-manifest.schema.json 1.4 KB
- schemas/audit-plan.schema.json 1.1 KB
- schemas/audit-report.schema.json 5.2 KB
- schemas/codebase-contract.schema.json 975 B
- schemas/component-contract.schema.json 1.0 KB
- schemas/engineering-quality-contract.schema.json 989 B
- schemas/figma-design-contract.schema.json 1.1 KB
- schemas/i18n-contract.schema.json 1.0 KB
- schemas/impact-facts.schema.json 1.7 KB
- schemas/industry-profile.schema.json 950 B
- schemas/issue.schema.json 3.5 KB
- schemas/issues.schema.json 1.0 KB
- schemas/kmp-architecture-contract.schema.json 1.1 KB
- schemas/merged-app-audit-context.schema.json 947 B
- schemas/metadata.schema.json 1.6 KB
- schemas/module-contract.schema.json 1.1 KB
- schemas/page-route-contract.schema.json 940 B
- schemas/preflight.schema.json 2.4 KB
- schemas/product-contract.schema.json 971 B
- schemas/rule-pack-selection.schema.json 985 B
- scripts/build-artifact-manifest.js 4.3 KB runs code
- scripts/build-audit-context.js 4.8 KB runs code
- scripts/build-impact-facts.js 14 KB runs code
- scripts/build-industry-profile.js 6.1 KB runs code
- scripts/build-run-metadata.js 7.0 KB runs code
- scripts/extract-analytics.js 3.8 KB runs code
- scripts/extract-code-contract.js 7.4 KB runs code
- scripts/extract-components.js 5.5 KB runs code
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.
- 5d ago First seen · 298 lines · 74 tokens per session scan A ec710ddf01c6
spec-app-consistency-audit is a skill published in the GitHub repository ronronner02/codepilot-agent (0 stars, last pushed 4d ago), licensed MIT. It adds 74 tokens to every session and 3,826 once invoked, about $0.0004 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.
Other skills, from other repositories
oma-translation
Context-aware translation that preserves tone, style, and natural word order. Use when translating UI strings, documentation, marketing copy, or any multilingual content. Infers register, domain, and style from the source text and surrounding codebase context.
shogun-readme-sync
README.md(英語)とREADMEja.md(日本語)の差分を検出し、不足セクションの追加・番号ズレの修正を行う。.
agent-orchestration
Agent orchestration patterns for agentic loops, multi-agent coordination, alternative frameworks, and multi-scenario workflows. Use when building autonomous agent loops, coordinating multiple agents, evaluating CrewAI/AutoGen/Swarm, or orchestrating complex multi-step scenarios.
generate-ai-rules
Generate AI assistant configuration files for a repository — CLAUDE.md, AGENTS.md, and Cursor rules (.cursor/rules/.mdc) — from codebase analysis. Use whenever the user wants to create or update CLAUDE.md, AGENTS.md, agent rules, Cursor rules, AI coding assistant configuration, or "onboard AI tools" to a project, even…
i18n
Guide for coding agents to migrate user-visible strings to the @spherse/i18n package and update locale catalogs.
analyze-codebase
Run a multi-agent deep analysis of a codebase, producing AI-readable analysis documents in .ai/docs/ covering structure, dependencies, data flow, request flow, and APIs. Use whenever the user asks to analyze a repository, generate codebase analysis, understand an unfamiliar codebase in depth, or before generating…