OmniNode-ai
@OmniNode-ai Organization
Public Skills
merge-sweep
by OmniNode-ai
Org-wide PR sweep — enables GitHub auto-merge on ready PRs and runs pr-polish on PRs with blocking issues (CI failures, conflicts, changes requested)
gap
by OmniNode-ai
Cross-repo integration health audit with detect, fix, and cycle modes
design-to-plan
by OmniNode-ai
End-to-end design workflow — brainstorm ideas into structured implementation plans with optional launch
epic-team
by OmniNode-ai
Orchestrate a Claude Code agent team to autonomously work a Linear epic across multiple repos
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)
golden-path-validate
by OmniNode-ai
Execute a golden path event chain test using real Kafka/Redpanda to validate end-to-end event flows
generate-node
by OmniNode-ai
Generate ONEX nodes via automated code generation with ContractInferencer and LLM-powered business logic
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
ci-watch
by OmniNode-ai
Poll GitHub Actions CI for a PR, auto-fix failures, and report terminal state
linear-housekeeping
by OmniNode-ai
Orchestrate full Linear housekeeping — triage ticket status, organize orphans into epics, then sync MASTER_TICKET_PLAN.md. Human checkpoint between triage and apply.
contract-compliance-check
by OmniNode-ai
Pre-merge seam validation — reads a ModelTicketContract, diffs the branch against origin/main, and returns PASS / WARN / BLOCK with emergency_bypass support
hostile-reviewer
by OmniNode-ai
Adversarial code review that attempts to break the change. Produces exactly 2 risks with confidence scores. Output is MANDATORY — cannot rubber-stamp.
decompose-epic
by OmniNode-ai
Analyze a Linear epic description and create sub-tickets as Linear children
feature-dashboard
by OmniNode-ai
Audit skill connectivity across 8 layers and surface gaps as actionable, machine-readable output. Supports audit (read-only) and ticketize (create Linear tickets for gaps) modes.
linear-triage
by OmniNode-ai
Scan all non-completed Linear tickets, verify status against actual PR state, auto-mark done tickets, flag stale ones, and identify orphans needing epic assignment
integration-gate
by OmniNode-ai
Cross-repo integration gate — scans repos for merge-ready PRs, classifies into lanes (fast/standard/high_risk), detects cross-repo dependencies, applies topological ordering, and enqueues into GitHub Merge Queue with Slack gate approval
linear-epic-org
by OmniNode-ai
Organize orphaned Linear tickets into epics — groups by naming pattern and repo, auto-creates obvious groupings, gates on human approval for ambiguous cases
pr-queue-pipeline
by OmniNode-ai
Daily org-wide PR queue drain — review all PRs, fix broken PRs, then merge all ready PRs with a single Slack gate (v1 adds review-all-prs as Phase 1; use --skip-review for v0 behavior)
pr-review-dev
by OmniNode-ai
PR Dev Review - Fix Critical/Major/Minor Issues (PR Review + CI Failures)
pipeline-audit
by OmniNode-ai
Systematically audit an end-to-end multi-repo pipeline for integration correctness by proving every join between services with file-level evidence, dispatching parallel agents per repo and per proof category, and compiling a severity-ordered gap register with actionable tickets
mergeability-gate
by OmniNode-ai
Evaluate a PR's mergeability and label it appropriately. Outputs one of three statuses — mergeable, needs-split, or blocked — called by ticket-pipeline between local_review and create_pr phases.
finishing-a-development-branch
by OmniNode-ai
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
multi-agent
by OmniNode-ai
Multi-agent coordination — parallel debugging, parallel building, and sequential review workflows
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
ci-fix-pipeline
by OmniNode-ai
Self-healing CI pipeline -- 3-attempt retry budget with strategy rotation, inbox-wait for results, autonomous fix loop with escalation
deploy-local-plugin
by OmniNode-ai
Deploy local plugin files from repository source to Claude Code plugin cache for immediate testing
fix-prs
by OmniNode-ai
Org-wide PR repair — scans all repos for broken PRs and autonomously fixes merge conflicts, failing CI, and unaddressed review comments
curate-legacy
by OmniNode-ai
Canonicalize legacy docs, archived code, and feature ideas into a handler-first Ideas Registry with provenance, dedup, and executable specs
insights-to-plan
by OmniNode-ai
Parse a Claude Code insights HTML report, archive it to the registry, and generate a design-to-plan-compatible action plan
local-review
by OmniNode-ai
Local code review loop that iterates through review, fix, commit cycles without pushing
observability
by OmniNode-ai
Unified agent observability — action logging, tracking, execution logging, and trace correlation
plan-to-tickets
by OmniNode-ai
Batch create Linear tickets from a plan markdown file - parses phases/milestones, creates epic if needed, links dependencies
auto-merge
by OmniNode-ai
Merge a GitHub PR when all gates pass; uses Slack HIGH_RISK gate by default
checkpoint
by OmniNode-ai
Pipeline checkpoint management for resume, replay, and phase validation
close-day
by OmniNode-ai
Auto-generates a ModelDayClose YAML from today's GitHub PRs, git activity, and invariant probes
condition-based-waiting
by OmniNode-ai
Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
crash-recovery
by OmniNode-ai
Show recent pipeline state to orient after an unexpected session end or crash
create-followup-tickets
by OmniNode-ai
Create Linear tickets from code review issues found in the current session
generate-tcb
by OmniNode-ai
Generate an Intent-Warmed Ticket Context Bundle (TCB) for a Linear ticket with grounded evidence
create-ticket
by OmniNode-ai
Create a single Linear ticket from args, contract file, or plan milestone with conflict resolution
generate-ticket-contract
by OmniNode-ai
Auto-draft a ModelTicketContract YAML from ticket context with two-layer architecture — prompt generation and Python validation
decision-store
by OmniNode-ai
Record, query, and conflict-check architectural and design decisions across the OmniNode platform
gather-github-stats
by OmniNode-ai
Gather GitHub repository statistics — PR counts, commit velocity, contributor activity, LOC metrics — from GitHub API and optional local archive scan
defense-in-depth
by OmniNode-ai
Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
intelligence
by OmniNode-ai
Request intelligence from the OmniIntelligence service for pattern discovery, code analysis, and context enrichment
plan-ticket
by OmniNode-ai
Generate a copyable ticket contract template - fill in the blanks and pass to /create-ticket
planning-context-resolver
by OmniNode-ai
Read-only intelligence agent that compiles structured planning context for an epic
linear-insights
by OmniNode-ai
Daily deep dive reports and velocity-based project completion estimates using Linear data
pr-review-comprehensive
by OmniNode-ai
Comprehensive PR review with strict priority-based organization and merge readiness assessment
pipeline-metrics
by OmniNode-ai
Report pipeline health metrics — rework ratio, cycle time, CI stability, and feature velocity