- Home
- /
- Categories
- /
- CI/CD
CI/CD
Continuous integration and deployment
pr-review-dev
by OmniNode-ai
PR Dev Review - Fix Critical/Major/Minor Issues (PR Review + CI Failures)
python-runtime-operations
by ahgraber
Use when building or reviewing service, job, or CLI runtime behavior in Python — designing startup validation, shutdown sequences, observability, and structured logging. Also use when startup crashes from late config, shutdown leaves orphaned processes, terminal states are implicit, or logs lack structure.
stackone-cli
by StackOneHQ
Build and deploy custom StackOne connectors using the CLI and Connector Engine. Use when user asks to "build a custom connector", "deploy my connector", "use the StackOne AI builder", "set up CI/CD for connectors", "test my connector locally", or "install the StackOne CLI". Covers the full connector development workflow from init through deployment. Do NOT use for using existing connectors (use stackone-connectors) or building AI agents (use stackone-agents).
vitest-dev
by BjornMelin
World-class Vitest QA/test engineer for TypeScript + Next.js (local + CI performance focused)
checkpoint
by OmniNode-ai
Pipeline checkpoint management for resume, replay, and phase validation
list-prs
by OmniNode-ai
Dashboard view of all open (non-draft) PRs across OmniNode-ai repos — shows CI status, mergeable state, and groups PRs by readiness
trent-local-server
by trentshaines
Deploy the duet local development server (backend + frontend) in tmux panes. Use when the user asks to start the local server, run the dev environment, or start backend/frontend.
deploy-local-plugin
by OmniNode-ai
Deploy local plugin files from repository source to Claude Code plugin cache for immediate testing
ci-watch
by OmniNode-ai
Poll GitHub Actions CI for a PR, auto-fix failures, and report terminal state
pipeline-metrics
by OmniNode-ai
Report pipeline health metrics — rework ratio, cycle time, CI stability, and feature velocity
crash-recovery
by OmniNode-ai
Show recent pipeline state to orient after an unexpected session end or crash
pr-polish
by OmniNode-ai
Full PR readiness loop — resolve merge conflicts, address all review comments and CI failures, then iterate local-review until N consecutive clean passes
auto-merge
by OmniNode-ai
Merge a GitHub PR when all gates pass; uses Slack HIGH_RISK gate by default
executing-plans
by OmniNode-ai
Use when partner provides a complete implementation plan to execute — reviews the plan critically, verifies live PR state against plan assumptions, creates Linear tickets via plan-to-tickets, then routes to epic-team (≥3 tickets) or ticket-pipeline (1-2 tickets)
decision-store
by OmniNode-ai
Record, query, and conflict-check architectural and design decisions across the OmniNode platform
analyzing-code
by iota9star
Analyzes code statistics by language for project insight, CI/CD metrics, or before refactoring. Use this skill when understanding project composition, measuring change impact, or generating CI/CD metrics
icp-cli
by jorgenbuilder
Guides use of the Internet Computer (ICP) CLI (icp) v0.1.0 for local networks, builds, deploys, canister operations, identities, cycles/tokens, recipe system, environments, and advanced features. Use when the user asks about icp-cli, icp commands, canister deployment, local ICP network workflows, recipes, multi-environment deployments, or command help. Also use whenever dfx is mentioned so guidance always maps to icp.
calendar-accounts
by aashari
List all synced calendar accounts and individual calendars with event counts. Use when user asks what calendars they have, what accounts are synced, or wants an overview of their calendar setup.
mail-triage
by aashari
Intelligent inbox triage — surface the most important emails across all accounts, prioritized by urgency and requiring attention. Use when user wants a smart overview of what needs their attention, asks "what's important in my email", or wants help deciding what to read first. Arguments: optional time window (default: last 48 hours) or account filter.
calendar-today
by aashari
Show all of today's events in time order. Use when user asks what's on their schedule today, what meetings they have, or what's happening today.
calendar-attendees
by aashari
Find meetings with a specific person, or list attendees of a specific event. Use when user asks who is in a meeting, whether someone is invited, or what meetings they share with a person.
create-agentic-workflow
by richfrem
Scaffold GitHub Agent files from an existing Agent Skill. Generates IDE/UI agents (invokable from GitHub Copilot Chat via slash command) and/or CI/CD autonomous agents (GitHub Actions quality gates with Kill Switch). Use when converting a Skill into a GitHub-native agent.
insight-system
by Elohia
"统一的洞见生成与管理系统。融合神经元洞见和碰撞引擎两种核心机制,支持多模态记忆、主动追问和碎片碰撞。使用方式:用户提到'洞见'、'记忆系统'、'碎片'、'碰撞'、'追问'、'思考'时使用。需要配置 ZHIPU_API_KEY 环境变量。"
debug-mode-production-anti-pattern
by igbuend
"Security anti-pattern for debug mode in production (CWE-215). Use when generating or reviewing code that configures application settings, deployment configurations, or error handling. Detects hardcoded debug flags and development-only features in production."