Agent skill · Code Review & Quality

speckit-analyze

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill speckit-analyze-dceoy-speckit-agent-skills-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/speckit-analyze-dceoy-speckit-agent-skills-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Spec Kit Analyze Skill ## When to Use - You have `spec.md`, `plan.md`, and `tasks.md` and need a read-only consistency analysis before implementation. ## Inputs - `specs/<feature>/spec.md`, `plan.md`, `tasks.md` - `.specify/memory/constitution.md` - Any user concerns or focus areas from the request ## Goal Identify inconsistencies, duplications, ambiguities, and underspecified items across the three core artifacts (`spec.md`, `plan.md`, `tasks.md`) before implementation. This skill MUST run only after a complete `tasks.md` exists (typically after speckit-tasks). ## Operating Constraints **STRICTLY READ-ONLY**: Do **not** modify any files. Output a structured analysis report. Offer an optional remediation plan (user must explicitly approve before any follow-up edits are performed manually). **Constitution Authority**: The project constitution (`.specify/memory/constitution.md`) is **non-negotiable** within this analysis scope. Constitution conflicts are automatically CRITICAL and require adjustment of the spec, plan, or tasks—not dilution, reinterpretation, or silent ignoring of the principle. If a principle itself needs to change, that must occur in a separate, explicit constitut

What's inside
Steps it walks through
  1. When to Use
  2. Inputs
  3. Goal
  4. Operating Constraints
  5. Workflow
  6. 1. Initialize Analysis Context
  7. 2. Load Artifacts (Progressive Disclosure)
  8. 3. Build Semantic Models
  9. 4. Detection Passes (Token-Efficient Analysis)
  10. 5. Severity Assignment
  11. 6. Produce Compact Analysis Report
  12. Specification Analysis Report
  13. 7. Provide Next Actions
  14. 8. Offer Remediation
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the speckit-analyze skill do?

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill speckit-analyze-dceoy-speckit-agent-skills-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going