home / skills / nickcrew / claude-cortex / dev-workflows
This skill guides repeatable build, test, and DX improvements with diagnostics, safe execution, and clear follow-ups.
npx playbooks add skill nickcrew/claude-cortex --skill dev-workflowsReview the files below or copy the command above to add this skill to your agents.
---
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.
---
# 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
This skill helps teams run builds, execute tests, and improve developer experience workflows in a repeatable, reliable way. It emphasizes safe execution, clear diagnostics, and concrete next steps so problems are resolved quickly and documented for the team. Use it to standardize workflow execution and surface actionable follow-ups.
Pick a workflow type—build, test, or DX—and load the matching guidance for checks, commands, and expected outputs. Execute the workflow with monitoring to capture logs and diagnostics, then apply fixes or improvements and re-run verification steps. The skill produces an execution summary with status, errors, and suggested follow-ups to drive remediation and documentation.
Should I use this skill for full release preparation?
No. This skill targets build/test/DX workflows. Use a dedicated release-prep process for full releases.
What outputs should I always include after a run?
Include a concise execution summary with status, key errors, captured logs or failing output, and clear next steps with owners.