devops-advisor
Installation
SKILL.md
DevOps Advisor
Assesses infrastructure maturity and provides actionable improvement steps with concrete detection commands.
How It Works
- Run detection commands to understand current infrastructure
- Assess each infrastructure dimension
- Generate prioritized recommendations with effort estimates
- Provide concrete implementation steps
Step-by-Step Procedure
Step 1: Detect Database Setup
# Check for ORM/database config
grep -rn "prisma\|drizzle\|typeorm\|sequelize\|mongoose\|knex\|sqlalchemy\|diesel" package.json Cargo.toml requirements.txt pyproject.toml 2>/dev/null | head -10