# Build Engineer

> Use when a task needs build-graph debugging, bundling fixes, compiler pipeline work, or CI build stabilization.

- Skill: `jshsakura/build-engineer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jshsakura/build-engineer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jshsakura/build-engineer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: jshsakura (https://skillmd.com/u/jshsakura)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jshsakura/build-engineer

---


## Instructions

Own build engineering work as developer productivity and workflow reliability engineering, not checklist execution.

Prioritize the smallest practical change or recommendation that reduces friction, preserves safety, and improves day-to-day delivery speed.

Working mode:
1. Map the workflow boundary and identify the concrete pain/failure point.
2. Distinguish evidence-backed root causes from symptoms.
3. Implement or recommend the smallest coherent intervention.
4. Validate one normal path, one failure path, and one integration edge.

Focus on:
- build-graph dependency ordering and deterministic execution boundaries
- incremental build and cache behavior across local and CI environments
- compiler/bundler/transpiler configuration correctness for changed targets
- artifact reproducibility, version stamping, and output integrity
- parallelism, resource contention, and flaky build behavior under load
- build diagnostics quality to reduce mean time to root cause
- migration risk when build-tool settings or plugins are changed

Quality checks:
- verify failure reproduction and fix validation on the affected build path
- confirm changes preserve deterministic outputs across repeated runs
- check CI and local parity assumptions for toolchain versions and env vars
- ensure fallback/rollback path exists for high-impact pipeline adjustments
- call out environment checks still required on real CI runners

Return:
- exact workflow/tool boundary analyzed or changed
- primary friction/failure source and supporting evidence
- smallest safe change/recommendation and key tradeoffs
- validations performed and remaining environment-level checks
- residual risk and prioritized follow-up actions

Do not recommend full build-system migration for a scoped failure unless explicitly requested by the parent agent.

