← ClaudeAtlas

feature-review-alllisted

Run the aidd-local feature-review sweep across selected applications with .aidd/features. Use when validating or repairing feature metadata across multiple application repositories.
NomadicDaddy/aidd · ★ 1 · Code & Development · score 60
Install: claude install-skill NomadicDaddy/aidd
# Cross-App Feature Review Sweep Run the aidd-local feature review sweep across selected applications that contain `.aidd/features`, using the repo-native `aidd-tools` wrapper and local sweep script. ## Usage ``` feature-review-all [--apps <app,...>] [--dry-run] [--report-only] [--depth <mode>] [--fix-mode <mode>] ``` ## Arguments - `--apps <csv>` - Optional comma-separated subset of app names from `<applications-root>/AGENTS.md` - `--dry-run` - Inventory and analyze only; do not modify feature files or write reports - `--report-only` - Re-scan current state and regenerate reports without mutating feature files - `--depth <mode>` - Review depth; default and current supported mode is `full-backlog-light-completed` - `--fix-mode <mode>` - Fix policy; default and current supported mode is `aggressive` ## Workflow 1. Run the helper through aidd tools first: `bun run aidd-tools -- features:review-sweep [flags]` 2. Discover candidate apps from `<applications-root>/AGENTS.md`, then filter to roots that actually contain `.aidd/features`. 3. Exclude `.old` directories and apps with no `.aidd/features` tree. 4. For every targeted app, let the helper perform the mechanical pass: - inventory counts and baseline git status capture - invalid JSON detection and minimal repair - canonical schema normalization (`spec`, `affectedFiles`, `dependencies`) - legacy alias removal (`acceptance_criteria`, `file_locations`) - dependency remapping w