Instructions file
Instructions for corveil/crow, covering crow — manager context, naming this manager session, architecture decision records, crow cli reference and session commands.
Instructions file
Instructions for corveil/crow, covering crow — manager context, naming this manager session, architecture decision records, crow cli reference and session commands.
Skill Claude CodeCodex
Drive CrowTelemetry's OTLP ingest end-to-end — boot the real receiver, POST OTLP JSON with curl, inspect the SQLite db.
Command
Show an image in Crow's Images panel — pass the file path as the argument.
Skill Claude CodeCodex
Set up multiple Crow workspaces in parallel, delegating to crow-workspace's setup.sh for each and firing them simultaneously to cut total setup time. Use when the user invokes /crow-batch-workspace or asks to set up several Crow workspaces at once.
Skill Claude CodeCodex
Create a new ticket — a GitHub issue via gh, a GitLab issue via glab, or a Jira work item — from a title and description. Use when the user invokes /crow-create-ticket or asks to create a ticket/issue through Crow.
Skill Claude CodeCodex
Perform a comprehensive code and security review on a GitHub pull request, then post the findings as a PR review. Use when the user invokes /crow-review-pr or asks to review a pull request through Crow.
Skill Claude CodeCodex
Surface an image you've generated (a diagram, chart, screenshot, or rendered figure) in Crow's Images panel so the user can see it inline. Use whenever you produce a visual artifact worth showing.
Skill Claude CodeCodex
Orchestrate a Crow work session — set up a git worktree, create a crow session with auto-launched Claude Code, and capture ticket metadata. Supports multiple organizations/workspaces with different Git providers. Use when the user invokes /crow-workspace or asks to "set up a crow workspace" or "start working on" a…