Skip to main content

ZaxbyHub/opencode-swarm

SkillsMP は ZaxbyHub/opencode-swarm から 120 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
120
GitHub スター
460
GitHub フォーク
48

収集済み skill 120 件中 40 件を表示しています。

職業分類
未分類
説明

Run a graph-guided, tool-augmented PR review using context packing, parallel exploration, mandatory repository-agnostic risk-family coverage with dispatch scaled to diff size and risk, independent reviewer validation, critic challenge, and metrics writeback.…

原文の言語: 英語

更新
職業分類
未分類
説明

Apply when committing, pushing, opening or updating a PR, writing a pull request, creating release notes, or closing out remote CI. Enforces the opencode-swarm invariant audit, release-note fragment workflow, full validation suite, issue comment requirement,…

原文の言語: 英語

更新
職業分類
未分類
説明

Enable a high-quality swarm-like Claude Code workflow for the current session, and optionally execute a task immediately using that mode. Uses parallel subagents for breadth, independent reviewer validation for precision, and critic challenge for final…

原文の言語: 英語

更新
職業分類
未分類
説明

Bundle transform safety — minification variant selection, consumer-constraint verification, identifier preservation, and namespace re-export coverage for build output.

原文の言語: 英語

更新
職業分類
未分類
説明

Guidelines for safe subprocess calls in opencode-swarm. Load before adding, modifying, or reviewing any file that calls spawn, spawnSync, bunSpawn, or child_process. Covers the six required properties, Windows portability, _internals DI seam pattern, and…

原文の言語: 英語

更新
職業分類
未分類
説明

Contract for adding, editing, moving, or removing skills in this repository (.claude/skills, .opencode/skills, .agents/skills, any SKILL.md): mirror classifications in src/config/skill-mirrors.ts, dual-tree byte-identical edits, bun run drift:check, bundling…

原文の言語: 英語

更新
職業分類
未分類
説明

Full execution protocol for MODE: RESUME -- continuing an existing approved plan safely from current state.

原文の言語: 英語

更新
職業分類
未分類
説明

Thin adapter for the canonical swarm-pr-review skill. The authoritative workflow lives in .opencode and this file only preserves the mirror contract for Codex-side skill discovery.

原文の言語: 英語

更新
職業分類
未分類
説明

Thin adapter for the canonical swarm-pr-review skill. The authoritative workflow lives in .opencode and this file only preserves the mirror contract for Claude-side skill discovery.

原文の言語: 英語

更新
職業分類
未分類
説明

Full execution protocol for MODE: PHASE-WRAP -- phase boundary evidence, drift and hallucination gates, retrospectives, phase completion, and final council.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Full execution protocol for MODE: LOOP — the compound-engineering loop: brainstorm → plan → build → review → improve, iterating under defense-in-depth stop conditions with generator/critic separation, durable resumable state, and mandatory compounding…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Full execution protocol for MODE: EXECUTE -- task execution, coder retry handling, QA gates, completion evidence, and per-task closure.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Full execution protocol for MODE: DEEP_DIVE — read-only codebase audit with parallel explorer waves, 2 independent reviewers, and sequential critic challenge for HIGH/CRITICAL findings. Loaded on demand by the architect when the deep-dive command emits a…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Safe test execution patterns for opencode-swarm. Covers when to use the test_runner tool vs shell bun commands, scope safety rules, per-file isolation loops (bash and PowerShell), pre-existing failure verification, CI log reading, and failure classification.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full execution protocol for MODE: BRAINSTORM -- structured discovery dialogue, approach selection, spec drafting, QA gate selection, and transition handling.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full execution protocol for MODE: DISCOVER -- read-only repository discovery and governance/context mapping.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full execution protocol for MODE: ISSUE_INGEST -- GitHub issue intake, localization, spec generation, and transition to the full fix workflow.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Batch collection and fix protocol for CI failures. Triggered when any CI check fails on a PR. Prevents serial diagnose-fix-push cycles by collecting all failures before fixing.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Monitor CI on a PR, diagnose failures, fix them, and re-push until green. Covers reading CI logs, classifying failure types (check-title, package-check, test failures, lint), determining the correct fix, and re-pushing.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Guidelines and non-negotiable engineering invariants for modifying opencode-swarm. Load before architecture, plugin initialization, subprocess, tool registration, plan durability, .swarm storage, runtime portability, session/global state, guardrails/retry,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Evidence-first investigation and full resolution of issues and bugs. Use when asked to investigate, trace, root-cause, reproduce, plan, fix, resolve, close, or prepare a PR for an issue, bug report, defect, regression, failing test, crash, or confusing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Apply before starting work on an existing branch. Checks for parallel work by other agents or developers that may supersede or conflict with your planned changes. Prevents wasted effort on stale branches.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

End-to-end CI monitor that takes an already-human-reviewed PR, exhaustively researches every CI failure, fixes it end-to-end, iterates until all required checks are green (max 5 fix cycles), then merges. Use only after human review is complete and the PR is…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Ingest and resolve known pull request feedback with skeptical source verification. Use when addressing pasted PR feedback, GitHub review comments or threads, requested changes, CI/check failures, merge conflicts, stale PR branches, or PR follow-up work that…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Guidelines for writing, organizing, and maintaining tests in the opencode-swarm repository. Covers framework rules (bun:test), mock isolation, CI pipeline structure, file placement, and anti-patterns that break cross-platform CI. Load this skill before…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full execution protocol for MODE: PLAN -- plan creation, external plan ingestion, QA gate persistence, task granularity, and traceability checks.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Apply when committing, pushing, opening or updating a pull request, or closing out CI. A portable, project-agnostic commit and PR workflow: verify before you push, write conventional commits and a clear PR body, and never commit generated or secret files.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full execution protocol for MODE: SPECIFY -- spec creation, codebase reality checks, SME input, QA gate persistence, and optional council spec review.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Execute complex implementation work with a swarm-like workflow: parallel exploration, scoped planning, objective validation, mandatory independent implementation review for changed work, and final critic approval. Use for feature work, bug fixes, refactors,…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Protocol for splitting test files that approach or exceed the FR-006 500-line limit (enforced in CI by scripts/check-test-file-cap.ts as a diff-scoped ratchet). Covers describe-block extraction, shared helper management, pure-function extraction, mock…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Run a graph-guided, tool-augmented PR review using context packing, parallel exploration, mandatory repository-agnostic risk-family coverage with dispatch scaled to diff size and risk, independent reviewer validation, critic challenge, and metrics writeback.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full execution protocol for MODE: CLARIFY -- structured clarification funnel with critic review before surfacing user decisions.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full execution protocol for MODE: CLARIFY-SPEC -- resolving spec clarification markers and maintaining spec/planning alignment.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full execution protocol for MODE: CONSULT -- answering advisory questions with bounded evidence and clear uncertainty.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full execution protocol for MODE: COUNCIL -- General Council research, parallel member dispatch, disagreement handling, and synthesis.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Full execution protocol for MODE: CRITIC-GATE -- plan critic review, revision loops, and hard stop before execution.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Full execution protocol for MODE: PRE-PHASE BRIEFING -- phase-start context assembly, evidence review, and task readiness checks.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Per-task gate dispatch protocol for reviewer/test_engineer set-dispatch attribution. Activates when dispatch_lanes returns set-dispatch verdict rows that must be attributed to plan tasks. Documents single-task attribution plus parseable set-dispatch…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Codex adapter for closing known PR feedback in any repository. Use when asked to address pasted review feedback, GitHub review comments or threads, requested changes, CI/check failures, merge conflicts, stale PR branches, or follow-up work that must verify…

原文の言語: 英語

更新
収集済み skill 120 件中 40 件を表示しています。