agent-devops-review

Review pull requests for CI/CD, rollback, and monitoring coverage against tech-spec.md.

8|13|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/queen-of-code/AI-DLC --skill agent-devops-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-devops-review
Source: https://github.com/queen-of-code/AI-DLC/tree/main/plugins/ai-dlc-skills/skills/agents/agent-devops-review
Command: npx skills add https://github.com/queen-of-code/AI-DLC --skill agent-devops-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill detects mismatches between a repository's delivery surface and the commitments in the Tech Spec, reducing deployment risk and ensuring CI/CD and observability practices meet expectations.

Core Features & Use Cases

  • Safe rollout evaluation: checks for staged deploys, feature-flag strategies, and environment separation.
  • Rollback and migration validation: verifies image tagging, revert paths, and database migration safety.
  • CI hygiene and test coverage: identifies required checks, flaky or skipped tests, and missing gates.
  • Monitoring and infra hygiene: assesses logs, health checks, metrics, alerts, image sources, least-privilege, and secrets handling.
  • Use Case: Run this Skill on a PR to produce blocking vs advisory findings that the /review orchestrator can post to the PR and mirror into a review report.

Quick Start

Run a DevOps review of the current PR against tech-spec.md and the repository's CI, Docker, and deployment files.

Frequently Asked Questions about agent-devops-review

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

FAQPage Schema
How do I review a pull request for CI/CD and deployment safety?

A DevOps review checks pull requests for safe staged rollouts, rollback plans, and monitoring coverage by comparing repository delivery surfaces against a tech-spec.md. It produces blocking and advisory findings to reduce deployment risk.

What does a DevOps review check for in container image sourcing and secrets handling?

A DevOps review validates container image sources, least-privilege configurations, and secrets handling. It assesses infra hygiene and monitoring to ensure observability practices meet the commitments defined in your tech spec.

How do I validate rollback paths and database migration safety in a CI/CD pipeline?

To validate rollback paths and database migration safety, review image tagging and revert strategies in pull requests. This detects mismatches between delivery surfaces and tech spec commitments to ensure reliable revert paths.

Can I use a DevOps review to identify flaky tests and missing CI gates?

Yes, you can use a DevOps review to identify required checks, flaky tests, skipped tests, and missing CI gates. It evaluates CI hygiene and test coverage to ensure pipeline reliability before deployment.

Does a DevOps code review require a tech-spec.md file to check monitoring and alerting configuration?

Yes, a DevOps code review requires a tech-spec.md file that defines rollout, environments, observability, and release practices. This specification acts as the baseline to assess logs, health checks, metrics, and alerting configuration.

What is the best way to ensure safe staged rollouts and environment separation in deployments?

The best way to ensure safe staged rollouts is to evaluate deployment strategies and environment separation against a tech spec. A DevOps review verifies feature-flag strategies and environment separation to prevent deployment mismatches.