Claude-skill-registry dev-workflows
Use when running builds, executing tests, or improving developer experience workflows - provides structured guidance for build/test execution and DX improvement.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/dev-workflows" ~/.claude/skills/majiayu000-claude-skill-registry-dev-workflows && rm -rf "$T"
manifest:
skills/data/dev-workflows/SKILL.mdsource content
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 | |
| Test workflows | |
| DX improvements | |
Workflow
- Select the workflow type: build, test, or DX.
- Load the matching reference file.
- Execute with monitoring and capture diagnostics.
- Apply fixes or improvements as needed.
- 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