Skip to main content

Skills dans ce dépôt

ZaxbyHub/opencode-swarm - Page 2

SkillsMP a collecté 120 skills depuis ZaxbyHub/opencode-swarm. Ouvrez un skill pour examiner sa source et ses détails.

ZaxbyHub/opencode-swarm

Affichage de 40 skills collectés sur 120.

métier
Analystes en assurance qualité des logiciels et testeurs
description

Claude Code adapter for closing known PR feedback. Use when addressing pasted review feedback, GitHub review comments or threads, requested changes, CI/check failures, merge conflicts, stale PR branches, or PR follow-up work that must verify every claim…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Run 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. Performs Phase 0 inventory, selected exhaustive tracks with…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

ci-failure-batching

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

ensure all tests pass after code changes

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

grep for 'mock.module' across the entire test file and confirm every occurrence uses spread-real-exports before marking the file as converted

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

mock.module

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

mock-to-internals-migration

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

opt-in-tool-registration

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

phase_complete

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Legacy compatibility shim — use swarm-pr-feedback instead

Langue du texte source : Indéterminée

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

propagation test

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

run relevant tests after logic changes

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

run test suite after registration changes

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

widen return type

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when asked to trace, investigate, root-cause, reproduce, plan, fix, resolve, close, or prepare a PR for an issue, bug report, defect, regression, failing test, or confusing runtime behavior. This Codex adapter's canonical protocol lives in .opencode and…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when asked to trace, investigate, root-cause, reproduce, plan, fix, resolve, close, or prepare a PR for an issue, bug report, defect, regression, failing test, or confusing runtime behavior. This Claude Code adapter's canonical protocol lives in .opencode…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Tiering and economics for delegating to subagents: which agent type, model, and effort to use per role (explorer, implementer, reviewer, critic), how many agents to launch in parallel, how to write scoped subagent prompts with bounded structured returns, and…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Cross-agent swarm-mode behavior model — a higher-rigor workflow using parallel investigation, independent reviewer validation, and critic challenge, plus the mandatory implementation closeout gate. Runtime adapters (.claude, .agents) add execution-specific…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Apply when implementing features, fixing bugs, debugging errors, investigating failures, tracing root causes, reviewing tech debt, tracing issues, planning fixes, or completing any task. Enforces parallel sub-agent implementation, independent adversarial…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Codex adapter for opencode-swarm engineering invariants. Use before modifying plugin initialization, subprocesses, runtime portability, .swarm containment, plan durability, test_runner behavior, test-writing patterns, session/global state, guardrails/retry…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Mandatory Codex/Copilot publication adapter for opencode-swarm. Use for every GitHub issue assignment that results in code changes, commits, pushes, draft PRs, PR body edits, PR readying, release notes, or CI closeout. Must be loaded before `git push`, `gh pr…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Codex 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 cycles), then…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Codex adapter for complex implementation work using the canonical opencode-swarm implementation workflow. Use for multi-file features, bug fixes, refactors, risky code changes, or tasks that benefit from exploration, scoped planning, implementation, review,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 120.