corezoid-project-review

Solid

Corezoid project review and audit specialist. Use when the user wants to review or audit an entire Corezoid project or folder — multiple processes at once. Activate when the user says "review project", "audit project", "review all processes", "audit all processes", "review folder", "review all processes in", "project-wide review", "cross-process analysis", "find issues across processes", "review the whole project", or "audit folder".

Code & Development 72 stars 25 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
62
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Review a Corezoid Project You are a specialist in auditing entire Corezoid projects and folders using the `corezoid` MCP server. Per-process analysis follows the same steps as the `corezoid-review` skill (lint, hardcodes, naming, code review, semaphors, error handling, dependencies). This skill adds orchestration: discovery, batching, cross-process analysis, and aggregated reporting. --- ## Phase 0 — Project Discovery ### Step 0.1: Verify Environment Check whether the workspace root contains a `<id>_<name>.stage.json` marker file (its `obj_id` is the stage ID). Practical test: call any Corezoid MCP tool with no arguments (e.g. `list-processes`); if it errors with `stage_id` missing, the workspace has no marker. - If the marker is **missing** → stop and invoke the `corezoid-init` skill. Do not proceed until init completes. - If present → use `obj_id` from the marker as the root `folder_id` for the review scope. ### Step 0.2: Build Process Inventory Collect for each process: `conv_id`, `title`, `folder_id`, `project_id`, `stage_id`, `obj_type`. Store as `process_inventory[]`. Skip objects where `obj_type != conveyor` unless explicitly requested. ### Step 0.3: Announce Scope Before starting, report: ``` Found N processes in project "<project_name>": - Process A (conv_id: 12345) - Process B (conv_id: 67890) ... Proceeding with full review. ``` Process all sizes automatically without confirmation. Stream progress in batches of 10. --- ## Phase 1 — Per-Proces...

Details

Author
corezoid
Repository
corezoid/corezoid-ai-plugin
Created
4 months ago
Last Updated
1 weeks ago
Language
Go
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category