Skip to main content

logics-global-reviewer

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. Use when this capability is needed.

설치로 이동

소스 정보

저장소
tomevault-io/skills-registry
최근 소스 활동
2026년 4월 28일 22:53
감지된 SKILL.md 언어
영어
스타
0
포크
0

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
logics-global-reviewer
description
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. Use when this capability is needed.
metadata
{"author":"alexago83"}
# Global Logics review ## Run Print the report to stdout: ```bash python logics/skills/logics-global-reviewer/scripts/logics_global_review.py ``` Write the report to a file: ```bash python logics/skills/logics-global-reviewer/scripts/logics_global_review.py --out logics/REVIEW.md ``` ## How to use the output - Turn high-impact recommendations into backlog items (`logics/backlog/`) and executable tasks (`logics/tasks/`). - Prefer small, surgical fixes (remove template placeholders, add missing links, clarify acceptance criteria, add validation commands). - If the review highlights structural gaps (missing index/relationships), generate them via existing scripts: - `python logics/skills/logics-indexer/scripts/generate_index.py --out logics/INDEX.md` - `python logics/skills/logics-relationship-linker/scripts/link_relations.py --out logics/RELATIONSHIPS.md` - `python logics/skills/logics-duplicate-detector/scripts/find_duplicates.py --min-score 0.55` --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/alexago83) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-13 -->
GitHub에서 보기