ワンクリックで
lfe-scout
Rapid maintenance for minor fixes (max 3 files). Bypasses the full pipeline for non-architectural content edits.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Rapid maintenance for minor fixes (max 3 files). Bypasses the full pipeline for non-architectural content edits.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Act as the Archivist for an LFE-compliant project. Use when a change is approved and needs documentation sync, changelog updates, or pipeline status cleanup.
Act as the Architect for an LFE-compliant project. Design solutions and draft high-fidelity plans.
Act as the Builder for an LFE-compliant project. Use when implementing an approved plan, writing code in src/**, or running unit tests.
Inspector sub-skill. Analyses changed code for cyclomatic complexity, excessive nesting, oversized functions, and cognitive load indicators. Pure LLM reasoning — no external tooling. Writes .plans/checks/complexity_findings.md. Called by lfe-inspector when enabled in inspector-config.md.
Inspector sub-skill. Reviews dependency manifest files (package.json, requirements.txt, go.mod, Cargo.toml, pom.xml) changed in the current diff for risky version patterns and stale majors. Emits a human-run audit instruction rather than executing tools. Writes .plans/checks/dep_findings.md. Called by lfe-inspector when enabled in inspector-config.md.
Disciplined bug-diagnosis loop. Reproduce → Hypothesise → Fix. Use in the Inspector sub-pipeline (Step 3, conditional) when verification fails.
| name | lfe-scout |
| description | Rapid maintenance for minor fixes (max 3 files). Bypasses the full pipeline for non-architectural content edits. |
Perform rapid, non-architectural maintenance tasks (typos, UI tweaks, simple bug fixes).
Before taking ANY action, perform a Structural Integrity Check:
/lfe-architect.package.json), REJECT and escalate.CONTEXT.md, REJECT and escalate.replace_file_content.CHANGELOG.md.pipeline_status.md.Signal transition to Archivist for doc sync. Ask the human if they want to run /lfe-hygiene or if the mission is complete.