senior-devops
Comprehensive DevOps skill for CI/CD, infrastructure automation, containerization, and cloud platforms (AWS, GCP, Azure). Includes pipeline setup, infrastructure as code, deployment automation, and monitoring. Use when setting up pipelines, deploying applications, managing infrastructure, implementing monitoring, or optimizing deployment processes.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install alirezarezvani/claude-skills/senior-devops skilz install alirezarezvani/claude-skills/senior-devops --agent opencode skilz install alirezarezvani/claude-skills/senior-devops --agent codex skilz install alirezarezvani/claude-skills/senior-devops --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-skills cp -r claude-skills/engineering-team/senior-devops ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-skills
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 0.0
Agent Skill Grade
F
Score: 36/100
Click to see breakdown
Score Breakdown
Areas to Improve
- All three Python scripts are identical placeholder templates with no actual DevOps functionality; they don't generate pipelines, scaffold Terraform, or manage deployments
- All three reference files are identical boilerplate with generic 'Pattern 1', 'Pattern 2' placeholders and no actual CI/CD, IaC, or deployment content
- Quick Start shows script commands but provides zero context on what they actually do, when to use them, or what problems they solve
Recommendations
- Focus on improving Pda (currently 8/30)
- Focus on improving Ease Of Use (currently 11/25)
- Focus on improving Writing Style (currently 3/10)
Graded: 1/23/2026
Developer Feedback
I've been looking through skills in the infrastructure space, and I noticed your senior-devops skill takes on some pretty heavy lifting—orchestrating deployments, handling multi-environment configs, that kind of thing. The score suggests there's real potential here, but it looks like the spec and structure might need some refinement to really land for users.
Links:
The TL;DR
You're at 36/100, which puts this in F territory. This is based on Anthropic's Progressive Disclosure Architecture rubric for agentic skills. Your strongest area is Spec Compliance (12/15)—the frontmatter is valid and properly formatted. But Utility (2/20) is where things fall apart. The scripts and reference guides are basically placeholder templates with no actual DevOps functionality baked in.
What's Working Well
- Spec compliance is solid - Your YAML frontmatter is valid, naming conventions are correct (hyphen-case), and you've got the required metadata fields in place.
- Breadth of trigger coverage - You've listed relevant DevOps triggers like "setting up pipelines," "infrastructure as code," and "deploying applications"—good instinct on what users would search for.
- Structure exists - You've got the reference file architecture (IaC guide, CI/CD pipeline guide, deployment strategies), which shows you thought about Progressive Disclosure.
The Big One: Non-Functional Scripts
Here's the thing—all three Python scripts in scripts/ are identical placeholder templates. They don't actually generate pipelines, scaffold Terraform, or manage deployments. They just return empty self.results['findings'] = [].
This is a massive credibility killer. When someone invokes this skill expecting DevOps automation, they get stub code. This alone tanks your Utility score from 20 down to 2.
Fix: Make the scripts actually do something:
pipeline_generator.pyshould generate GitHub Actions workflows or GitLab CI YAML configs based on detected tech stackterraform_scaffolder.pyshould output real Terraform module templates (VPC, RDS, EC2 patterns)deployment_manager.pyshould handle orchestration logic (blue-green validation, rollback triggers, health checks)
Even basic implementations here would add 8+ points.
Other Things Worth Fixing
Empty reference guides - Your three
.mdreference files are boilerplate with generic "Pattern 1", "Pattern 2" placeholders. Replace these with actual CI/CD patterns, IaC examples, and deployment strategies. Real GitLab CI stages, GitHub Actions workflows, or Terraform modules would make this useful.Missing DevOps specifics in Quick Start - You show script commands with no context. Add actual usage examples:
python scripts/pipeline_generator.py ./repo --platform github --language pythonso users know what they're getting.Generic tech stack padding - The "Supported Technologies" section (lines 106-113) lists React, Kotlin, Swift—stuff that has nothing to do with DevOps. Trim this to infrastructure-relevant stacks: Terraform, Kubernetes, Docker, AWS, GCP, etc.
No validation workflows - Your Development Workflow section has setup commands but no verification steps. Add: "Run
npm run testto validate before deployment" and include a--dry-runflag in scripts so users can preview changes safely.
Quick Wins
- Implement actual script logic (+8 points) - Make one of the three scripts functional with real DevOps automation
- Replace reference boilerplate with real examples (+10 points) - Add concrete CI/CD configs, Terraform patterns, deployment strategies
- Add context to Quick Start (+5 points) - Show realistic command invocations with actual use cases
- Trim tech stack to DevOps-relevant tools (+3 points) - Remove frontend frameworks, focus on infrastructure
These four changes could push you into the 55-65 range pretty easily.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?