two-pass-analysis

Community

Separate metric collection from gating.

Authordhruvinrsoni
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the common issue where quality analysis conflates measuring metrics with enforcing standards, leading to blocked builds and lost historical data.

Core Features & Use Cases

  • Decoupled Analysis: Separates metric collection (Pass 1) from pass/fail decisions (Pass 2).
  • Trend Analysis: Enables tracking metric trends over time without blocking development.
  • Configurable Thresholds: Allows thresholds to be defined and versioned separately from the analysis logic.
  • Use Case: In a CI pipeline, use Pass 1 to collect all linting violations without failing the build. Then, Pass 2 applies a threshold (e.g., max 10 errors) to gate the build, while historical data is saved for trend analysis.

Quick Start

Run the two-pass-analysis skill to collect metrics using eslint and then apply a threshold of 5 errors.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: two-pass-analysis
Download link: https://github.com/dhruvinrsoni/agentskills-garden/archive/main.zip#two-pass-analysis

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.