Crew library
Engineering5 agentsBuilt-in
Codebase Debugger Crew
Diagnose build / typecheck / lint failures in the project workspace using the governed runtime tools. Read-only diagnosis — no file edits.
Tagline
Repo scout · build runner · error analyst · fix planner · report.
Example objective
Run typecheck and lint diagnostics on the workspace, then report the top errors with concrete fix recommendations.
Usage
1 mission created
Agent sequence
01
Repo Scout
Maps the workspace and gathers cheap diagnostic context.
Runs read-only commands to learn the repo: git status, recent log, package.json scripts, ripgrep over likely problem areas.
terminal_exec
02
Build Runner
Runs typecheck / lint / build and captures the failure surface.
Executes the project's diagnostic scripts via terminal_exec and reports raw error highlights.
terminal_exec
03
Error Analyst
Groups errors by root cause and identifies the load-bearing files.
Reads Build Runner's output, groups errors by likely root cause, identifies the files driving them.
terminal_exec
04
Fix Planner
Drafts a concrete fix plan per root cause. Read-only — no edits.
Turns each root cause into a fix description: which file, which change, expected impact.
05
Report Agent
Wraps findings + plan into a deliverable.
Composes the operator-facing report. JSON only.
Recent runs
Built-in template
Built-in crews are versioned in code. Duplicate the pattern by creating a custom crew, then tune its agents for your workflow.
Create custom crew

