devex

Diagnose CI/CD and developer workflow bottlenecks with ranked fixes.

7|1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/pranav8494/team-of-agents --skill devex
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devex
Source: https://github.com/pranav8494/team-of-agents/tree/main/skills/devex
Command: npx skills add https://github.com/pranav8494/team-of-agents --skill devex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams reduce friction by identifying and fixing bottlenecks in CI/CD, local development, developer tooling, and related workflows so developers can ship faster with higher confidence.

Core Features & Use Cases

  • CI/CD pipeline optimisation: Diagnose slow builds via cache misses, sequential test execution, missing affected-checks, Docker layer rebuilds, lint placement, and flaky-test blockers, then propose ranked fixes with expected before/after impact.
  • Developer productivity measurement: Assess teams using DORA (deployment frequency, lead time, change failure rate, MTTR) and SPACE (satisfaction, performance, activity, communication, efficiency/flow), then recommend high-leverage improvements and lightweight instrumentation.
  • Developer workflow hardening: Provide standards for reproducible local environments (<30-minute onboarding), shift-left checks, pipeline security (secrets, scanning, SAST), deployment strategy selection (rolling/blue-green/canary/feature flags), and internal documentation that treats runbooks and guides like real products.

Quick Start

Ask an AI to review your CI build logs and suggest the highest-impact changes to reduce build time and PR cycle time while improving cache hit rates and test reliability.

Frequently Asked Questions about devex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose slow CI/CD builds and reduce PR cycle time?▼

Diagnose slow CI/CD builds by analyzing cache misses, sequential test execution, and Docker layer rebuilds to propose ranked fixes with expected before and after impact on build time.

How do I measure developer productivity using DORA and SPACE metrics?▼

Measure developer productivity by assessing DORA metrics like deployment frequency and lead time, alongside SPACE metrics like satisfaction and flow, to recommend high-leverage workflow improvements.

What is the best way to optimize pipeline security and implement shift-left checks?▼

Optimize pipeline security by implementing shift-left checks, secrets scanning, and SAST configurations to harden developer workflows and catch vulnerabilities earlier in the CI/CD pipeline.

How do I standardize local onboarding to reduce developer setup time?▼

Standardize local onboarding by setting reproducible environment targets under thirty minutes to reduce tooling friction and accelerate new developer integration into engineering teams.

How do I choose between rolling, blue-green, and canary deployment strategies?▼

Choose deployment strategies by evaluating rolling, blue-green, canary, and feature flag approaches to match your deployment frequency requirements and minimize change failure rate.

Can I use this to improve internal engineering documentation and runbooks?▼

Yes, you can improve internal engineering documentation by treating runbooks and guides like real products, ensuring they support reproducible workflows and reduce developer tooling friction.