Skip to main content

这个仓库中的 skills

zaxbysauce/opencode-swarm - 第 3 页

SkillsMP 已收集 zaxbysauce/opencode-swarm 中的 120 个 Skill。打开任一 Skill 可查看来源和详情。

zaxbysauce/opencode-swarm

已展示 40 / 120 个已收集 Skill。

职业分类
未分类
描述

Full execution protocol for MODE: DESIGN_DOCS — generate or sync structured, language-agnostic design docs (domain.md, technical-spec.md, behavior-spec.md, reference/) for the project under build, with a stable section-ID registry and a design changelog.…

原文语言:英语

更新
职业分类
未分类
描述

Pre-queue merge-group CI simulation. Triggered before adding a PR to a GitHub merge queue. Prevents merge-queue kick-outs from integration test failures.

原文语言:英语

更新
职业分类
未分类
描述

Monitor a pull request after creation and act autonomously on pushed PR activity. Use when subscribing to a PR 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…

原文语言:英语

更新
职业分类
未分类
描述

Codex adapter for monitoring and fixing CI failures on opencode-swarm PRs. Use when diagnosing failed checks, fixing `package-check` (npm tarball) failures, resolving quality/lint/format errors, fixing macOS cross-platform file I/O failures, or watching a PR…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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,…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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

原文语言:英语

更新
职业分类
未分类
描述

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

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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

原文语言:英语

更新
职业分类
未分类
描述

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

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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).

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
未分类
描述

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…

原文语言:英语

更新
职业分类
未分类
描述

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

原文语言:英语

更新
职业分类
未分类
描述

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.

原文语言:英语

更新
职业分类
软件质量保证分析师与测试员
描述

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

原文语言:英语

更新
职业分类
软件开发工程师
描述

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.

原文语言:英语

更新
职业分类
软件开发工程师
描述

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…

原文语言:英语

更新
已展示 40 / 120 个已收集 Skill。