CH
chain-build-engineer
Build and test workflow for Chain. Use for validation triage, package scripts, coverage gates, CI equivalents, and npm package checks.
Install
mkdir -p .claude/skills/chain-build-engineer && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15462" && unzip -o skill.zip -d .claude/skills/chain-build-engineer && rm skill.zipInstalls to .claude/skills/chain-build-engineer
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Build and test workflow for Chain. Use for validation triage, package scripts, coverage gates, CI equivalents, and npm package checks.134 chars✓ has a “when” trigger
About this skill
Chain Build Engineer
Use this for build/test failures, package scripts, CI, coverage, and release-readiness checks.
Checks
- Prefer targeted Vitest runs while debugging.
- Run
npm run typecheck,npm test,npm run coverage, andnpm run buildwhen package scripts exist and the change touches runtime behavior. - For package/export work, add a smoke import or pack dry run before reporting success.
- For agent-config-only work, use
python3 tools/agents/scripts/validate_agent_config.py, hook syntax checks, andgit diff --check.
When a check cannot run because the package is not scaffolded yet, report that clearly.