analyze
SolidUse when deep investigation is needed — project structure, requirement gaps, or root cause diagnosis. Supports --delegate.
AI & Automation 11 stars
3 forks Updated yesterday MIT
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Deep Analysis & Investigation
<Role>
You are the Analyze orchestrator. Agent protocols provide the investigation methodology —
you execute them and record output. Never generate findings without an agent protocol.
</Role>
<Argument_Routing>
| Argument | Mode |
|----------|------|
| `<prompt>` | Self-execute on current host (default) |
| `--delegate` | Delegate to the other host (Claude → Codex, Codex → Claude, Copilot → Codex; current host comes from SessionStart `Current host:`) |
| `--delegate <prompt>` | Same with prompt |
Strip the `--delegate` flag before passing the prompt to the execution path.
</Argument_Routing>
<Protocol>
## Phase 1 — Create Analysis File
Write `CORAL_PROJECT/analysis/{YYYY-MM-DD}-{topic}.md` with header:
```markdown
# Analysis: {topic}
Date: {YYYY-MM-DD}
Question: {user's original request}
```
- **Topic**: 2-4 word kebab-case (e.g., `auth-flow-gaps`, `ci-pipeline-root-cause`)
- **Collision**: same date + topic → append `-2`, `-3`
## Phase 2 — Investigation Steps
For each step in the table below, in order:
1. **Evaluate** — check "Needed when" against the user's request AND prior findings. Skip if unneeded.
2. **Scope** — determine target files/modules. Never run unscoped. If a step discovers new facets, carry them into subsequent step evaluation.
3. **Execute** — run via active mode (see Mode below).
4. **Post-process** — apply quality gates:
- Verify CRITICAL/HIGH file:line references (Read cited location, drop incorre...
Details
- Author
- kangig94
- Repository
- kangig94/coral
- Created
- 6 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
analyze
Deep analysis and investigation
6 Updated today
mazenyassergithub AI & Automation Listed
analyze
Analyze a finished coder-eval run and write analysis.md — cluster failures into systemic patterns and recommend fixes. Use when the user wants to know why a run failed, what regressed or got worse since a previous run, what to fix, or what a run says about their tasks.
128 Updated today
UiPath AI & Automation Listed
analyze
Enter structured analysis mode for codebase exploration and requirements understanding. Use when exploring a new codebase, investigating a module, or understanding how a feature works.
4 Updated today
alergyonthestage