Skip to main content

Skills in this repository

ZaxbyHub/opencode-swarm - Page 3

SkillsMP has collected 120 skills from ZaxbyHub/opencode-swarm. Open a skill to review its source and details.

ZaxbyHub/opencode-swarm

Showing 40 of 120 collected skills.

occupation
Software Developers
description

Codex adapter for the opencode-swarm contribution checklist. Use when preparing user-visible changes, release note fragments, local validation, branch hygiene, PR checklist items, or contribution-policy compliance before publishing work.

updated
occupation
Software Developers
description

Operational patterns for fork PRs (head repo differs from base repo). Covers GitHub workflow approval after push, force-push protocol, remote naming conventions, stale CI verification, and bot review multi-round awareness. Load when working with fork PRs,…

updated
occupation
Software Developers
description

Codex adapter for opencode-swarm destructive-command guardrail changes. Use before modifying src/hooks/guardrails.ts, checkDestructiveCommand, dcNormalizeCommand, shell-wrapper parsing, .swarm destructive-command blocking, or guardrails unit/adversarial tests.

updated
occupation
Software Developers
description

Codex adapter for migrating opencode-swarm tests away from Bun mock.module leakage toward _internals dependency-injection seams. Use when touching tests with mock.module, adding test seams, fixing Bun mock isolation failures, or updating source modules for…

updated
occupation
Software Developers
description

Codex adapter for addressing pull request review feedback in opencode-swarm. Use when the user asks to fix PR review comments, requested changes, reviewer findings, CI-review notes, or a pasted review summary with low false-positive tolerance.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Codex adapter for independent QA review of opencode-swarm changes. Use after implementation or debugging when the user asks for a QA sweep, regression check, review pass, quality gate, or confidence check before publishing.

updated
occupation
Software Developers
description

Codex adapter for research-before-planning work. Use when a task depends on current external facts, unfamiliar libraries, APIs, standards, security advisories, release notes, product behavior, or repo behavior that must be verified before planning or…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Codex adapter for safely executing opencode-swarm tests. Use whenever Codex needs to run focused tests, per-file isolation loops, CI-equivalent validation, test-impact checks, or diagnose failing/truncated test output without stalling the session.

updated
occupation
Software Developers
description

Codex adapter for post-PR monitoring in opencode-swarm. Use when subscribing to a pull request after opening it, when asked to watch, babysit, or autofix a PR until merge, or when a <pr-activity> wake message or [pr-monitor:...] advisory arrives for a…

updated
occupation
Software Developers
description

Codex adapter for enabling a higher-rigor swarm-like workflow in the current Codex thread. Use when the user asks for swarm mode, maximum quality, parallel investigation, extra review rigor, or a swarm-style approach without necessarily invoking the OpenCode…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Codex adapter for deep technical-debt and CI-stability audits. Use when asked to find test theater, flaky tests, missing or mis-scoped tests, brittle CI/toolchain behavior, structural debt blocking green PRs, or a remediation order for opencode-swarm.

updated
occupation
Software Developers
description

Codex adapter for disabling a previously requested swarm-like workflow in the current thread. Use when the user says unswarm, stop swarm mode, return to normal mode, simplify the workflow, or stop using extra review/delegation rigor.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Codex adapter for opencode-swarm test authoring rules. Use before creating or modifying any test file in this repository, especially bun:test files, mock.module usage, _internals seams, temp directories, cross-platform tests, or CI-sensitive test structure.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Claude Code adapter for running a rigorous, quote-grounded codebase review or security/QA/accessibility/performance/AI-slop/enhancement audit. Use for full-repo or large-subsystem review reports; not for normal implementation.

updated
occupation
Market Research Analysts & Marketing Specialists
description

Full execution protocol for MODE: DEEP_RESEARCH — orchestrator-worker deep research over external sources: decompose, iterative web_search/web_fetch retrieval, parallel sme synthesis, dual-reviewer claim verification, critic challenge of high-stakes claims,…

updated
occupation
Software Developers
description

Persist plans, scope decisions, evidence, and reviewer/critic verdicts to durable files during long or multi-phase tasks so work survives context compaction, session resumes, and handoffs. Use for swarm-mode tasks, before context grows large, when recording…

updated
occupation
Software Developers
description

Claude Code adapter for MODE: EXECUTE. Delegates to the canonical opencode-swarm execution protocol.

updated
occupation
Software Developers
description

Claude Code adapter for MODE: PHASE-WRAP. Delegates to the canonical opencode-swarm phase boundary protocol.

updated
occupation
Software Developers
description

Apply when planning fixes, investigating tech debt, architecting solutions, or diagnosing unknown issues that may involve external frameworks, dependencies, or platform behavior. Search online for current documentation and state-of-the-art approaches before…

updated
occupation
Software Developers
description

Load before editing any Rust crate in this repo (currently runners/swarm-sandbox-runner). Covers the mandatory local validation gate, common rustfmt/clippy pitfalls, and Windows-specific Rust correctness patterns that CI enforces but are hard to catch locally…

updated
occupation
Software Developers
description

Claude Code adapter for end-to-end CI monitoring of an already-reviewed PR in opencode-swarm. Use when the user wants the swarm to monitor a reviewed-and-approved PR's CI, research every failure exhaustively, fix end-to-end, iterate until green (max 5…

updated
occupation
Software Developers
description

Claude Code adapter for the canonical opencode-swarm implementation workflow. Use for feature work, bug fixes, refactors, and multi-file changes that need exploration, implementation, review, and validation.

updated
occupation
Software Developers
description

Claude Code adapter for post-PR monitoring. Use when subscribing to a pull request after opening it, when asked to watch, babysit, or autofix a PR until merge, or when a <pr-activity> wake message or [pr-monitor:...] advisory arrives for a subscribed PR and…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Deep technical debt and CI stability audit for identifying test theater, missing or mis-scoped tests, actual and potential test failures, flaky-test risk, dependency/toolchain brittleness, and structural debt that prevents PRs from going green safely.

updated
occupation
Computer Occupations, All Other
description

Disable swarm mode for the current Claude Code session and return to normal behavior.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Claude Code adapter for opencode-swarm test authoring rules. Use before creating or modifying tests in this repository.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Content-assertion sweep after editing SKILL.md files. Triggered when a task changes skill or prompt content that tests assert against. Prevents stale-assertion CI failures.

updated
occupation
Software Developers
description

Protocol for cleaning parallel-coder worktree lanes before retry. Triggered before re-dispatching any task that already has a lane (completed, denied, cancelled, or failed).

updated
occupation
Software Developers
description

Workflow for safely renaming symbols (functions, types, classes, interfaces, constants, variables) across a codebase. Uses repo_map, batch_symbols, and build_check to ensure every consumer is updated and nothing breaks.

updated
occupation
Software Developers
description

Apply when reverting commits, undoing merges, or recovering from branch contamination. Covers collateral damage verification (manifest, package.json, CHANGELOG, lockfiles), cherry-pick vs revert decision matrix, partial-revert detection, merge-parent…

updated
occupation
Software Developers
description

Apply when extracting code from a large monolith file into submodules. Covers barrel re-exports, _internals DI seam proxy patterns, CI invariant allowlist updates, and cross-file test verification. Prevents CI failures, broken imports, and test regressions…

updated
occupation
Software Developers
description

Guardrail patterns for opencode-swarm — pattern structure, bypass surfaces, regex anti-patterns, and test conventions for checkDestructiveCommand()

updated
occupation
Software Quality Assurance Analysts & Testers
description

Legacy compatibility entry point for PR review feedback fixes. Use swarm-pr-feedback instead for new work; this shim exists so older references still route to the canonical feedback-closure workflow.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Compatibility pointer to the canonical opencode-swarm writing-tests skill.

updated
occupation
Software Developers
description

End-to-end PR workflow for opencode-swarm. Covers branch setup, conventional commits, mandatory release notes, 5-tier CI checks, and PR submission format. Load this skill before creating branches, commits, or pull requests.

updated
occupation
Software Developers
description

Mandatory publication protocol for the GitHub Copilot coding agent and custom Copilot agents in opencode-swarm. Load when assigned to an issue or when committing, pushing, opening/updating/readying a PR, writing release notes, or closing out remote CI. Routes…

updated
Showing 40 of 120 collected skills.