13-dimension comprehensive code scanner. Read-only — reports CODE_SCAN_INDEX without making changes. Language-agnostic with rubric augmentation via AUTO-DETECT.md.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Une commande directe contourne le prompt de vérification. Examinez la source avant de l'exécuter.
13-dimension comprehensive code scanner. Read-only — reports CODE_SCAN_INDEX without making changes. Language-agnostic with rubric augmentation via AUTO-DETECT.md.
/code-scan
Read-only 13-dimension quality analysis. Scores every dimension, computes CODE_SCAN_INDEX, outputs pipeline markers. Makes zero edits.
Target
If a path argument is provided, scan that file/directory.
If no argument, scan the code most recently discussed.
Multiple paths can be provided to scan a set of components.
Step 0: Load Rubrics
Read .claude/rubric/AUTO-DETECT.md. Follow its instructions:
Always load:base.md + product-quality.md
Auto-detect domain rubrics by checking target files for signals (HTTP server, CLI tool, data persistence, microservice). Load every matching rubric.
Extract Review Criteria sections from each loaded rubric.
If a rubric file doesn't exist, skip it. The generic checklists below are the floor — rubric criteria raise the ceiling.
Record which rubrics were loaded for the summary.
Step 1: Read Target Code
Read ALL files in the target scope completely. Do not skim.
Step 2: Analyze — 13 Dimensions
Evaluate every file against all 13 dimensions. For each finding, assign a severity:
Critical (3 pts) — Security vulnerabilities, obvious bugs, data loss risk, >50-line functions, >500-line files
Warning (2 pts) — Suboptimal patterns, 25-50 line functions, 300-500 line files, minor clarity issues
Observation (1 pt) — Improvement opportunities, style inconsistencies, minor suggestions