Agent skill
list-recent-events
Collect recent Kubernetes events to identify issues. Events reveal warnings, errors, and state changes. Keywords: events, warnings, errors, cluster activity, state changes, recent events.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/list-recent-events
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 Recent Cluster Events
Preconditions
Before applying this skill, verify:
- Need to understand recent cluster activity
- Looking for warnings or errors
Actions
1. List Events from All Namespaces
Retrieve recent events from across the cluster.
mcp_tool: kubernetes-mcp-server/events_list
params: {}
timeout: 60s
Success Criteria
The skill succeeds when:
- Events retrieved successfully
- Warnings/errors identified and categorized
Failure Handling
If events unavailable, check API server connectivity.
Examples
Input Context:
{
"reason": "routine health check",
"time_range": "last 1 hour"
}
Expected Outcome: List of recent events with warnings and errors highlighted, categorized by severity and resource type.
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?