Use when running builds, executing tests, or improving developer experience workflows - provides structured guidance for build/test execution and DX improvement.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add NickCrew/Claude-Cortex --skill dev-workflows --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dev Workflows?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nickcrew-dev-workflows-claude-cortex)More formats (shields.io, HTML) on the badges page.
---
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.
keywords:
- DX
- build error
- build failure
- developer experience
- npm test
- onboarding
- run build
- run pytest
- run tests
- test coverage
- test failure
- test run
- test suite
- tooling improvement
file_patterns:
- '**/.gitlab-ci.yml'
- '**/cd/**'
- '**/ci/**'
- .github/workflows/*.yml
confidence: 0.7
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!