ワンクリックで
dev-loop
Research → Execute → Dual-Review Loop (Code Quality + Issue Resolution) bis beide Reviews bestanden
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Research → Execute → Dual-Review Loop (Code Quality + Issue Resolution) bis beide Reviews bestanden
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Multi-persona Round-Table mit domain-aware Personas (LLM wählt 4–6 themenspezifische Rollen); iterative Cross-Pollination bis TF-IDF-Konvergenz; Synthesizer ranked Top-N mit Pro/Contra
Multi-agent deep security audit — 6 expert personas (pentester, architect, code auditor, supply chain, data privacy, forensics) + CISO synthesis + optional fix implementation
Radical-honesty architectural review — questions code, methodology, design, and operational fitness
Security audit + fix — scans for hardcoded secrets, injection vectors, path traversal, input validation gaps, then implements all fixes
Cross-Domain Know-How-Transfer — findet kreative Anwendungen von Vault-Expertise in anderen Branchen
Deep Research + Fragen-Katalog vor Implementierungsbeginn
SOC 職業分類に基づく
| name | dev-loop |
| description | Research → Execute → Dual-Review Loop (Code Quality + Issue Resolution) bis beide Reviews bestanden |
| version | 1.0 |
| requires | {"bins":["git"],"env":[],"os":[],"providers":[]} |
| tags | ["dev","review","quality","issue","feature","coding"] |
| config | {"max_iterations":10,"timeout_minutes":150} |
Implement tasks in a structured 3-phase loop:
Research+Plan (merged into ONE subprocess call): Analyze the codebase, read
relevant files, AND produce a concrete implementation plan in the same response.
Search the web only when local code and docs are insufficient. Output: .dev-loop/research-and-plan.md.
Execute: Implement the solution based on the research+plan output. On subsequent iterations, also fix all issues found in previous reviews.
Dual-Review (both must pass before finishing, both read-only):
git diff fresh; they do not trust pinned context.Loop repeats until both reviews pass. No auto-commit or push. Output written to .dev-loop/.
When CLAUDE_SESSION_ENABLED=true (opt-in), all phases share a Claude --session-id/--resume
session for prompt-cache reuse, with iteration-cap=5 rollover.