From devops
Review infrastructure configs — Docker, CI/CD, deploy targets, env vars, and production readiness
npx claudepluginhub silviaare95/xari-plugins --plugin devopsThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides implementation of event-driven hooks in Claude Code plugins using prompt-based validation and bash commands for PreToolUse, Stop, and session events.
Review scope: $ARGUMENTS
Docker review (if applicable):
.dockerignore present and complete?CI/CD review:
Deploy target review:
Environment variables review:
.env.example with all required vars?.env excluded from git (.gitignore)?Production readiness checklist:
## Infrastructure Review
### Summary
- **Critical**: X issues
- **Warnings**: Y issues
- **Production ready**: yes/no
### Critical Issues
1. **<area>**: <issue + fix>
### Warnings
1. **<area>**: <issue + recommendation>
### Production Readiness
| Check | Status | Notes |
|-------|--------|-------|
| Error monitoring | missing | Add Sentry |
| Health checks | present | /api/health |
| SSL | configured | via platform |
.env.example exists — it's the team's documentation for env vars