logics-global-reviewer/SKILL.md
Run a global review of the repository's Logics workflow and documents, then propose concrete optimizations/improvements (hygiene, placeholders, stale indicators, missing links, progress distribution) as a Markdown report. Use when Codex needs to audit `logics/request`, `logics/backlog`, `logics/tasks`, `logics/specs`, `logics/product`, and `logics/architecture` and suggest next actions.
npx skillsauth add alexago83/cdx-logics-kit logics-global-reviewerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Print the report to stdout:
python logics/skills/logics-global-reviewer/scripts/logics_global_review.py
Write the report to a file:
python logics/skills/logics-global-reviewer/scripts/logics_global_review.py --out logics/REVIEW.md
logics/backlog/) and executable tasks (logics/tasks/).python logics/skills/logics-indexer/scripts/generate_index.py --out logics/INDEX.mdpython logics/skills/logics-relationship-linker/scripts/link_relations.py --out logics/RELATIONSHIPS.mdpython logics/skills/logics-duplicate-detector/scripts/find_duplicates.py --min-score 0.55data-ai
Generate Logics workflow Mermaid blocks with a deterministic fallback that stays compatible with the flow manager.
testing
Fixture skill used to validate Logics kit package parsing.
testing
--- name: fixture-invalid-skill description: invalid: yaml frontmatter sample --- # Fixture Invalid Skill This fixture intentionally violates the SKILL frontmatter contract.
development
Plan workstreams/roadmap from Logics backlog and tasks. Use when Codex should generate a `logics/ROADMAP.md` grouping items into Now/Next/Later/Done based on priority and progress.