DevFlow Agile
Development Lifecycle · $49 · 10 skills · Free skill: developer
Complete agile development toolkit for sprints, code review, debugging, and delivery.
Installation
skillstore install devflow-agileOr install only the free skill:
skillstore install devflow-agile --free-onlySkills
developer (FREE)
Full-stack development assistant with best practices built in.
Example:
/developer implement user authentication with JWT access tokens, bcrypt password hashing, and silent refresh token rotationcode-review (Premium)
Automated code review with security and performance checks.
Example:
/devflow agile:review review this PR adding a payment webhook handler — check for idempotency, signature verification, and error handling gapsdebugger (Premium)
Systematic debugging with root cause analysis and fix suggestions.
Example:
/devflow agile:debug investigate intermittent 502 errors on the checkout endpoint under load — trace through logs, identify root cause, and propose fixsecurity-audit (Premium)
Comprehensive security audit for vulnerabilities and compliance.
Example:
/devflow agile:review audit the user upload feature for path traversal, MIME type spoofing, and stored XSS before shipping to productionperformance-optimizer (Premium)
Analyze and optimize application performance bottlenecks.
Example:
/devflow agile:debug profile why the dashboard API takes 4s — identify N+1 queries, missing indexes, and propose an optimization plantest-generator (Premium)
Generate comprehensive test suites from source code.
Example:
/devflow agile:test generate unit and integration tests for the OrderService class — cover happy paths, edge cases, and error scenariossprint-planner (Premium)
Plan and manage sprints with story points and velocity tracking.
Example:
/agile:sprint plan sprint 12 based on velocity 42 — distribute 18 backlog items across the team accounting for 3 days of PTOcodebase-analyzer (Premium)
Deep analysis of codebase architecture and dependencies.
Example:
/devflow agile:review analyze the dependency graph of this monorepo — identify circular dependencies, outdated packages, and coupling hotspotsrefactor-assistant (Premium)
Guided refactoring with safety checks and pattern detection.
Example:
/devflow agile:dev refactor the legacy authentication module to use dependency injection without breaking existing integration testsci-cd-setup (Premium)
Configure CI/CD pipelines for automated testing and deployment.
Example:
/devflow agile:dev set up a GitHub Actions pipeline with parallel test sharding, Docker layer caching, and zero-downtime Fly.io deploymentCommands
/devflow agile:dev— full-stack development, refactoring, and CI/CD setup/devflow agile:review— code review, security audit, and codebase analysis/devflow agile:debug— systematic debugging and performance optimization/devflow agile:test— generate comprehensive test suites