source-command-audit-whitepapers

Solid

Audit version freshness, FR/EN parity, and metadata quality of all whitepapers and recap cards

AI & Automation 4,957 stars 661 forks Updated today CC-BY-SA-4.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# source-command-audit-whitepapers Use this skill when the user asks to run the migrated source command `audit-whitepapers`. ## Command Template # Audit Whitepapers & Recap Cards Comprehensive freshness and quality audit for all whitepapers (FR + EN) and recap cards (FR + EN). Scores each document against the current guide version, checks FR/EN parity, and validates metadata consistency. ## Arguments - `--fix` - Generate update suggestions and frontmatter patches (does not modify files) - `--verbose` - Show all criteria including passing ones, not just failures - `--cards-only` - Audit only recap cards (skip main whitepapers) - `--wp-only` - Audit only main whitepapers (skip recap cards) ## Usage ```bash /audit-whitepapers # Full audit, failures only /audit-whitepapers --fix # Audit + prioritized update suggestions /audit-whitepapers --verbose # Full details for all criteria /audit-whitepapers --cards-only # Recap cards only /audit-whitepapers --wp-only # Whitepapers only ``` --- ## Phase 1: Discovery **Objective**: Locate and inventory all auditable documents. ### Steps 1. **Read current guide version**: Read the `VERSION` file at the project root. This is the target version all documents should be synced against. 2. **Scan directories** for `.qmd` files: ``` whitepapers/fr/ (main whitepapers FR) whitepapers/en/ (main whitepapers EN) whitepapers/recap-cards/fr/ (recap cards FR) whit...

Details

Author
FlorianBruniaux
Repository
FlorianBruniaux/claude-code-ultimate-guide
Created
5 months ago
Last Updated
today
Language
Python
License
CC-BY-SA-4.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category