Skillzwave Logo
Skillzwave

senior-devops

0.0
F

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.

Commands Agents Marketplace
#core capabilities#claude-ai#claudecode-subagents#claude-ai-skills#platforms AWS#practices#senior-devops description#claude-skills

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...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/alirezarezvani/claude-skills
2. Copy the agent skill directory:
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 SpillwaveSolutions

Automates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...

100
A
general
Marketplace
#excel#Mail.OutgoingMessage#Status

automating-reminders

by SpillwaveSolutions

Automates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...

100
A
general
Marketplace
#app.lists.byName#excel#notes

mastering-postgresql

by SpillwaveSolutions

PostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...

100
A
general
Marketplace
#references#search#vector

automating-contacts

by SpillwaveSolutions

Automates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...

99
A
general
Marketplace
#excel#notes#Contacts.Person

Agentic Skill Details

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

Spec Compliance
12/15
PDA Architecture
8/30
Ease of Use
11/25
Writing Style
3/10
Utility
2/20

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.py should generate GitHub Actions workflows or GitLab CI YAML configs based on detected tech stack
  • terraform_scaffolder.py should output real Terraform module templates (VPC, RDS, EC2 patterns)
  • deployment_manager.py should handle orchestration logic (blue-green validation, rollback triggers, health checks)

Even basic implementations here would add 8+ points.

Other Things Worth Fixing

  1. Empty reference guides - Your three .md reference 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.

  2. 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 python so users know what they're getting.

  3. 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.

  4. No validation workflows - Your Development Workflow section has setup commands but no verification steps. Add: "Run npm run test to validate before deployment" and include a --dry-run flag 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

core capabilities claude-ai claudecode-subagents claude-ai-skills platforms AWS practices senior-devops description claude-skills Includes pipeline infrastructure Guide claude-code Includes anthropic-claude Comprehensive claude-code-skills agentic-ai agentic-coding Senior Devops

Report Security Issue

Found a security vulnerability in this agent skill?