Two-Pass Analysis

Invoked when quality analysis conflates measurement with enforcement — a common antipattern where adding a metric to a linter also gates the build, or where collecting data and making pass/fail decisions happen in the same step. This skill separates the two concerns so you can collect trends without blocking, and gate without losing historical data.

Read the full skill on GitHub. The site shows the first section; the canonical full content with all principles, examples, and rules lives in the repo.

View full SKILL.md on GitHub ›

What the full skill covers

  • Scope
  • Micro-Skills
  • Inputs
  • Outputs
  • Guardrails
  • Ask-When-Ambiguous
  • Decision Criteria
  • Success Criteria