Agent skill
list-pods-in-namespace
List all pods in a specific namespace with their status. Used to get an overview of workload health. Keywords: list pods, namespace, pod status, workload overview, pod health.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/list-pods-in-namespace
Metadata
Additional technical details for this skill
- domain
- k8s
- category
- collection
- confidence
- 0.95
- mcp servers
-
[ "kubernetes-mcp-server" ] - requires approval
- NO
SKILL.md
List Pods in Namespace
Preconditions
Before applying this skill, verify:
- Namespace is specified
- Need overview of pods in namespace
Actions
1. List Pods in the Namespace
Retrieve all pods in the specified namespace with their status.
mcp_tool: kubernetes-mcp-server/pods_list_in_namespace
params:
namespace: $namespace
timeout: 30s
Success Criteria
The skill succeeds when:
- Pod list retrieved with status
- Unhealthy pods identified
Failure Handling
If list fails, check namespace existence and permissions.
Examples
Input Context:
{
"namespace": "production"
}
Expected Outcome: Complete list of pods in the namespace with their current status, restart counts, and any pods not in Running state highlighted.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?