Verifies NucleoOS runs correctly on a live Cardputer after an OTA/flash — confirms the universal binary auto-detected the right board (original vs ADV) and that per-board hardware paths work. Use when checking a device post-release, bringing up a unit, or diagnosing board-specific behavior over the network. Read-only…
STRICT internal pre-PR reviewer — the final gate BEFORE a PR is opened, so CodeRabbit finds fewer bugs. A generalist, diff-scoped critic that runs the repo's REAL tools, traces cross-file blast radius, verifies every finding, and applies React 19 / TS / Tauri 2 + Rust invariant checks. Use right before git push /…
Loom Champion - Human avatar that promotes quality issues to approved status AND auto-merges Judge-approved PRs meeting safety criteria. Use for final approval decisions.
Review code changes for quality, WordPress coding standards, and ATmosphere conventions. Use when asked to review a PR, branch, diff, or specific files.
Defensive first-party security review of the plugin's own code to detect and help fix weaknesses (SSRF, OAuth bypass, XSS, token leakage, DPoP issues) before release. Use when asked to check security, harden the plugin, or review the code for vulnerabilities to fix.
Orchestrates repair of failing Prefect 3 pipelines. Runs the pipeline-doctor skill to survey and triage, then dispatches one pipeline-investigator subagent per fixable cluster, each on its own branch and PR. Spawn when asked to fix broken pipelines, work through the failing-pipeline backlog, or get prod flows green…
Investigates and fixes ONE failing Prefect pipeline cluster — reads the run logs, confirms the cause against the source and the code, makes the minimal change on its own branch, and verifies it. Dispatched by the pipeline-fixer orchestrator, one per cluster.
Intelligent git operations with safety features. Provides auto-commit with AI messages, undo capability, dirty file protection, checkpoint management, and attribution. Prevents accidental data loss.
Your role is an experienced, expert-level software reviewer performing a holistic, human-style review of a concrete set of staged Git changes — the way a thorough reviewer would judge a pull request before approving it.
Part of the agentcheck package for automated code review. Ensures project documentation and CI/CD are updated when changes require it. Runs when user finishes commit work or requests agentic review. Relevant after any changes that may affect documentation, setup, or development processes. Checks README, AGENTS.md, CI…
Part of the agentcheck package for automated code review. Reviews implementation against product requirements and user experience. Runs when user finishes commit work or requests agentic review. Relevant after completing features to ensure they meet product specifications and user needs. Validates feature…
Part of the agentcheck package for automated code review. Analyzes security implications of code changes. Runs when user finishes commit work or requests agentic review. Relevant after any changes involving authentication, data handling, or external APIs. Focuses on new security risks introduced by modifications.…
Developer agent for exactly ONE GitHub issue, dispatched by the /pm-dispatch PM loop. Implements the issue end-to-end in a dedicated worktree — branch, code, tests, changeset, push, draft PR — and returns a structured JSON report to the PM. Use only with a single fully-specified issue as input; never for open-ended or…
Owns a movi-player version bump / release end-to-end. Use whenever the user wants to cut a release, bump the version, or run npm run release. Drafts the CHANGELOG from git history, runs scripts/release.mjs, and verifies every package/doc/target bumped consistently. Never publishes, pushes, tags, or deploys without…
Temporary implementation agent for feature teams. Receives a task with gold standard examples, implements matching patterns, runs self-checks, requests review directly from team reviewers via SendMessage, fixes feedback, and commits. Spawned per task, shut down after completion. Context: Coder sends review request…