skills/em/SKILL.md
Engineering management workflows: plan epics with Linear tasks, approve milestones, review roadmaps, update plans, or manage execution permissions. Triggers on: "em plan", "em approve", "em review", "em update", "em allow", "em help", "plan an epic", "engineering project planning", "push milestones to Linear", "engineering roadmap", "eng plan".
npx skillsauth add cloudvoyant/codevoyant emInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Engineering management skill dispatcher.
Pass your intent directly on the invocation line — plan proceeds immediately with no opening question when a description is provided.
/em plan add webhook support to the notifications API
/em plan migrate auth to OAuth2
/em plan https://linear.app/team/project/PRJ-123
help.md — never error silently$REMAINING_ARGS unchangedVERB="[first non-flag argument, or empty]"
REMAINING_ARGS="[everything after VERB, preserving order and flags]"
case "$VERB" in
"") VERB="help" ;;
esac
Read and execute references/workflows/{VERB}.md, passing $REMAINING_ARGS as the argument string.
If references/workflows/{VERB}.md does not exist, fall back to references/workflows/help.md and note the unknown verb.
references/workflows/allow.md) — pre-approve permissions for background agentsreferences/workflows/approve.md) — promote plan to docs/ and push milestones to Linearreferences/workflows/help.md) — print command referencereferences/workflows/plan.md) — plan an engineering epic with Linear tasksreferences/workflows/review.md) — review roadmap quality and realismreferences/workflows/update.md) — apply feedback or annotations to an existing planagents/linear-push-agent.md) — pushes milestones and tasks to Linear; used by approvedevelopment
React patterns: Zustand state management, shadcn/ui + Tailwind CSS, React Three Fiber + Drei for 3D, folder structure, data fetching, and TypeScript conventions. Load when working on React projects (*.tsx) without SvelteKit.
development
QA workflows: investigate and document bugs, post issues to GitHub/GitLab/Linear, and run browser-agent smoke tests. Triggers on: 'qa debug', 'qa report', 'qa smoke', 'run smoke test', 'report bug', 'investigate issue'.
tools
Python project patterns: uv package/workspace management, MLflow experiment tracking, Ray distributed computing, Nvidia Warp GPU kernels, Pydantic validation, Click CLIs, and service architecture. Load when writing Python with pyproject.toml or uv.lock.
development
Code review workflows: create a draft PR/MR, generate AI-powered inline review comments, address change requests, or complete a draft review. Triggers on: "pr open", "pr new", "pr review", "pr address", "pr complete", "open a PR", "create a draft PR", "code review", "pr mr", "pr this PR", "address pr comments", "fix review comments", "complete draft review", "publish review".