dev-workflows
Use when running builds, executing tests, or improving developer experience workflows - provides structured guidance for build/test execution and DX improvement.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "dev-workflows" description: "Use when running builds, executing tests, or improving developer experience workflows - provides structured guidance for build/test execution and DX improvement." license: "MIT" --- # Dev Workflows ## Overview Unify build, test, and DX improvement workflows so they are repeatable and reliable. Focus on safe execution, clear diagnostics, and actionable follow-ups. ## When to Use - Running builds or resolving build failures - Executing tests or analyzing test failures - Improving onboarding, tooling, or developer workflows Avoid when: - The task is pure code implementation - A full release process is required (use release-prep) ## Quick Reference | Task | Load reference | | --- | --- | | Build workflows | `skills/dev-workflows/references/build.md` | | Test workflows | `skills/dev-workflows/references/test.md` | | DX improvements | `skills/dev-workflows/references/dx.md` | ## Workflow 1. Select the workflow type: build, test, or DX. 2. Load the matching reference file. 3. Execute with monitoring and capture diagnostics. 4. Apply fixes or improvements as needed. 5. Verify outcomes and document next steps. ## Output - Execution summary (status, errors, next steps) - Suggested follow-ups or improvements ## Common Mistakes - Skipping baseline environment checks - Running tests without capturing failing output - Changing DX workflows without documenting impact
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

