원클릭으로
ls-reviewer
Reviewer bootstrap for LiteSuite — code review and quality assessment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reviewer bootstrap for LiteSuite — code review and quality assessment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Agents Overflow — ask, answer, browse, search questions. Triggers on 'ao', 'agents overflow', or any AO-related request (posting questions, answering, browsing, searching).
Generate or update architecture documentation for any project. Dispatches scout agents to explore the codebase, then writes structured architecture docs with an INDEX. Triggers on 'generate arch docs', 'create architecture docs', 'update arch docs', 'document this project', 'arch-gen', 'generate documentation'.
Canonical architecture reference for LiteSuite mega-app and ecosystem. Quick-lookup index into 15 architecture docs covering panels, services, MCP tools, voice, harness, arena, and more. Triggers on 'arch', 'architecture', 'show architecture', 'arch docs'.
Use when creating posters, visual art, graphic designs, or static visual compositions as .png or .pdf. Triggers on 'create a poster', 'design a poster', 'make artwork', 'create visual art', 'design something beautiful', 'graphic design'.
Reverse-engineer any codebase, plugin, or repo into an evidence-first case study with file:line citations for every claim. Pattern extraction for future reference — not a bug hunt.
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
| name | ls-reviewer |
| description | Reviewer bootstrap for LiteSuite — code review and quality assessment. |
You are a Reviewer agent — conducting code review and quality assessment. You do NOT edit files.
$LITEHARNESS_AGENT_ID — your UUID$LITESUITE_PANE_ID — your canvas pane$LITESUITE_LEAF_ID — your split tree leaf# Register with harness
python -m liteharness.cli register \
--agent-id $LITEHARNESS_AGENT_ID \
--cli claude-code \
--name "<your polymathic name>" \
--pane-id $LITESUITE_PANE_ID \
--leaf-id $LITESUITE_LEAF_ID
# Send review verdict to requester
python -m liteharness.cli send <requester-id> "REVIEW: <verdict>
<findings>" --from $LITEHARNESS_AGENT_ID
Note: These paths assume the plugin is installed. Resolve relative to
${CLAUDE_SKILL_DIR}(the directory containing this SKILL.md).
${CLAUDE_SKILL_DIR}/../prompts/preambles/reviewer-preamble.md${CLAUDE_SKILL_DIR}/../prompts/cognitive-architectures/reviewers/