decision-quality-audit
This skill supports three modes: Create, Update, and Find.
npx skills add majiayu000/claude-skill-registry --skill decision-quality-audit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: decision-quality-audit description: Create or update an audit of recent decisions for quality argument-hint: [team, time period, or decision type] or [update path/to/audit.md] --- ## Document Intelligence This skill supports three modes: **Create**, **Update**, and **Find**. ### Mode Detection | Signal | Mode | Confidence | |--------|------|------------| | "update", "add decisions", "refresh" in input | UPDATE | 100% | | File path provided | UPDATE | 100% | | "create", "new", "run" in input | CREATE | 100% | | "find", "search", "list" | FIND | 100% | | "the audit", "last audit" | UPDATE | 85% | | Just team/period/type | CREATE | 60% | **Threshold**: ≥85% auto-proceed | 70-84% state assumption | <70% ask user ### Mode Behaviors **CREATE**: Generate complete new audit using template below. **UPDATE**: 1. Check document registry first, then search user's structure 2. Preserve historical scores and trend data 3. Update with new decisions or findings 4. Show diff summary with score changes **FIND**: Check registry, then search user's folders for audit reports. --- Audit **Decision Quality** for a set of recent decisions. ## V2V Context **Phase 6: Learning & Adaptation Loop** -
- Document Intelligence
- Mode Detection
- Mode Behaviors
- V2V Context
- Output Structure
- Instructions
What does the decision-quality-audit skill do?
This skill supports three modes: Create, Update, and Find.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill decision-quality-audit --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.
