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.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ١٢٠ من skills من zaxbysauce/opencode-swarm. افتح أي skill لمراجعة مصدره وتفاصيله.
zaxbysauce/opencode-swarmعرض ٤٠ من أصل ١٢٠ skills مجمعة.
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…
لغة النص الأصلي: الإنجليزية
Full execution protocol for MODE: SPECIFY -- spec creation, codebase reality checks, SME input, QA gate persistence, and optional council spec review.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
Add path-type assertions or realpath/resolve calls in path-joining utility functions
لغة النص الأصلي: الإنجليزية
check skill provenance stamps before archiving knowledge entries
لغة النص الأصلي: الإنجليزية
ci-failure-batching
لغة النص الأصلي: الإنجليزية
confirm failures are causally linked to the task before reporting rejection
لغة النص الأصلي: الإنجليزية
ensure all tests pass after code changes
لغة النص الأصلي: الإنجليزية
grep for 'mock.module' across the entire test file and confirm every occurrence uses spread-real-exports before marking the file as converted
لغة النص الأصلي: الإنجليزية
include test files that assert on behavior being changed in declared scope
لغة النص الأصلي: الإنجليزية
mock.module
لغة النص الأصلي: الإنجليزية
mock-to-internals-migration
لغة النص الأصلي: الإنجليزية
opt-in-tool-registration
لغة النص الأصلي: الإنجليزية
phase_complete
لغة النص الأصلي: الإنجليزية
Legacy compatibility shim — use swarm-pr-feedback instead
لغة النص الأصلي: غير محددة
propagation test
لغة النص الأصلي: الإنجليزية
restore _internals seams in finally blocks after each test
لغة النص الأصلي: الإنجليزية
run failing tests immediately after test_gate failure
لغة النص الأصلي: الإنجليزية
run relevant tests after adding error-handling wrappers
لغة النص الأصلي: الإنجليزية
run relevant tests after logic changes
لغة النص الأصلي: الإنجليزية
run test suite after registration changes
لغة النص الأصلي: الإنجليزية
run tests on the unmodified codebase before starting to establish a failure baseline
لغة النص الأصلي: الإنجليزية
spread real module exports as base of every mock.module return object
لغة النص الأصلي: الإنجليزية
update or delete tests that assert intentionally removed behavior
لغة النص الأصلي: الإنجليزية
verify skill mirror pairs exist in both .opencode/skills/ and .claude/skills/
لغة النص الأصلي: الإنجليزية
widen return type
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
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,…
لغة النص الأصلي: الإنجليزية