skilly. Buy ad slot
All skills
Community / AGENT SKILL

speckit-docguard-score

KamiJeong/tech-bridge-book
0 installs 0 GitHub stars
0

Calculate CDD maturity score with multi-signal quality breakdown

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# DocGuard Score

Calculate your project's Canonical-Driven Development maturity score (0-100) across 8 weighted categories.

## User Input

$ARGUMENTS

## Steps

1. Run DocGuard score on the current project:

```bash
npx --yes docguard-cli@latest score $ARGUMENTS
```

2. Review the breakdown:
   - **Structure** (25%) — required files present
   - **Doc Quality** (20%) — docs have required sections
   - **Testing** (15%) — test spec alignment
   - **Security** (10%) — no hardcoded secrets
   - **Environment** (10%) — env docs configured
   - **Drift** (10%) — drift tracking discipline
   - **Changelog** (5%) — changelog maintenance
   - **Architecture** (5%) — layer boundary compliance

3. For per-signal quality labels, add `--signals`.

## Grading

| Score | Grade | Status |
|-------|-------|--------|
| 90-100 | A | Strong CDD compliance |
| 75-89 | B | Good, some gaps |
| 50-74 | C | Needs work |
| < 50 | D | Significant gaps |

## Flags

- `--signals` — Show multi-signal CJE composite breakdown with quality labels
- `--tax` — Show estimated maintenance effort
- `--format json` — Output as JSON