Speq Audit
Read-only health audit for speq spec libraries with gated fixes
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 24, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · aee2c2c
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 24, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Ran the read-only checks live against the skill's own repo and it caught real issues: cli/plan-validate carries 15 scenarios (over the 10 threshold) and the cli domain holds 12 features (over 8), alongside a clean gitignore and clean git state. It is a genuinely read-only orchestrator with every remediation gated behind an explicit Yes. Friction: four of its twelve checks call the speq Rust CLI (feature/decision-log/plan validate) plus a mission-sync sub-agent, none of which run standalone without building the binary and installing the companion speq-cli and speq-writing-guardrails skills. The numeric-threshold checklist beat an ad-hoc review, but a third of the checks were unmeasurable alone.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 6/10
- Docs & honesty 4/5
What Speq Audit does
Audits a speq project's health across 12 read-only checks: spec-library structure, feature/decision-log/plan validation, mission-to-spec sync, unrecorded plans, and gitignore hygiene, then offers to fix each finding one at a time. Triggers when you ask to audit, health-check, doctor, lint, or sanity-check the specs or repo, or after cloning or inheriting a speq project.
How to install Speq Audit
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger Speq Audit
-
/speq-auditRead-only health audit for speq spec libraries with gated fixes
It also activates on plain-language prompts like these:
-
Audit the health of our speq spec library and report issues -
Doctor-check this repo's specs after I just cloned it -
Lint the feature and decision logs for sync issues
Frequently asked questions
- Is the Speq Audit skill free?
- Yes. The skill itself is free from marconae/speq-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Speq Audit work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 24, 2026. Verdict: Works with setup. Ran the read-only checks live against the skill's own repo and it caught real issues: cli/plan-validate carries 15 scenarios (over the 10 threshold) and the cli domain holds 12 features (over 8), alongside a clean gitignore and clean git state. It is a genuinely read-only orchestrator with every remediation gated behind an explicit Yes. Friction: four of its twelve checks call the speq Rust CLI (feature/decision-log/plan validate) plus a mission-sync sub-agent, none of which run standalone without building the binary and installing the companion speq-cli and speq-writing-guardrails skills. The numeric-threshold checklist beat an ad-hoc review, but a third of the checks were unmeasurable alone.
- What is the Speq Audit SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 4/5.
- How do I install Speq Audit?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Speq Audit with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.