production-debugging

1 stars 2 forks
17
B

Debug production issues in Kubernetes clusters. Use this skill when investigating 500 errors, missing functionality, silent failures, or service integration issues. Covers systematic log analysis, tracing requests across microservices, and common bug patterns.

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 mjunaidca/mjs-agent-skills/production-debugging
skilz install mjunaidca/mjs-agent-skills/production-debugging --agent opencode
skilz install mjunaidca/mjs-agent-skills/production-debugging --agent codex
skilz install mjunaidca/mjs-agent-skills/production-debugging --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

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/mjunaidca/mjs-agent-skills
2. Copy the agent skill directory:
cp -r mjs-agent-skills/docs/taskflow-vault/skills/engineering/production-debugging ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
1
Forks
2
Type
Technical
Meta-Domain
cloud infrastructure
Primary Domain
kubernetes
Market Score
17

Agent Skill Grade

B
Score: 88/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
24/30
Ease of Use
23/25
Writing Style
9/10
Utility
19/20
Modifiers: +2

Areas to Improve

  • Description needs trigger phrases
  • Missing TOC for 300-line file
  • Repetitive command patterns

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I've been looking at how you structured the debugging workflow here—the way you've organized the diagnostic steps feels practical, though I'm curious whether the current approach handles cascading failures where one diagnostic masks another.

Links:

The TL;DR

You're at 88/100, solid B grade territory. This is based on Anthropic's skill best practices rubric. Your strongest area is Utility (19/20)—the debugging methodology and bug patterns table are genuinely useful. The weakest is Spec Compliance (11/15), mainly because you're missing trigger phrases in the description that help users discover this skill when they actually need it.

What's Working Well

  • Excellent practical utility: Your "Common Bug Patterns" table with specific AttributeError, 500 error, and service integration scenarios gives users a real roadmap. That's the kind of thing people bookmark.
  • Smart run→check→fix loops: The Debugging Checklist and "Verify Deployment" sections have clear feedback patterns. Users know exactly what success looks like.
  • Self-documenting commands: Your kubectl templates and grep-friendly patterns mean people can copy-paste and actually understand what they're running—not just blindly executing commands.
  • Metadata is tight: Your description triggers ("500 errors", "silent failures", "service integration") will activate appropriately when developers are in the thick of it.

The Big One

Missing trigger phrases in your frontmatter description. Right now it reads like documentation; it needs to read like "when should I use this?" Your description is cut off at "Debug production issues in Kubernetes clusters. Use this skill when investigating 500 err...

Report Security Issue

Found a security vulnerability in this agent skill?