This skill prevents agents from wasting context window tokens by polling CI systems manually. It offloads the mechanical waiting and status parsing to dedicated scripts, allowing the agent to perform other tasks while waiting for a build result.
Use this skill immediately after a git push or PR creation. It is triggered by requests like "wait for CI", "check if the build passes", or whenever the agent needs to verify a green build before merging or deploying.
detect-ci.sh for automatic environment detection and wait-ci.sh for blocking/background monitoring.Compatible with any agent that has Bash access and can execute background tasks, specifically optimized for Claude Code and OpenClaw environments.
This skill has not been reviewed by our automated audit pipeline yet.
Hunter–Skeptic–Referee Code Review
Orchestrates a three-phase adversarial code review (Hunter, Skeptic, Referee) to find, challenge, and verify bugs with high precision and reduced bias.
Remind — Conversation Recall
Search and recall past Claude Code/agent conversation sessions to find decisions, code snippets, and context for continuation or reference.
Humanize
Revision and editing rules to remove AI-like patterns from prose so output reads more natural and human — applied automatically to any human-facing text before
Runtime Context
Detects which execution environment an agent is running in (Claude Code, Vercel Sandbox, or local dev) and exposes available tools and capabilities for safe, en