← all publishers

zaxbyhub

@zaxbyhub source repo

153 published skills · page 2 of 2

  1. Research First · zaxbyhub bundle
    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 implementation.
    0 installs
  2. Editing Skills · zaxbyhub
    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 via BUNDLED_PROJECT_SKILLS, frontmatter conventions, and how to write trigger descriptions. Load before touching any SKILL.md file.
    0 installs
  3. Swarm Implement · zaxbyhub bundle
    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, and validation.
    0 installs
  4. Swarm Pr Review · zaxbyhub bundle
    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.
    0 installs
  5. Test File Split · zaxbyhub
    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 isolation verification, and cascading-split detection. Load when a test file approaches or exceeds 500 lines.
    0 installs
  6. Swarm CI Monitor · zaxbyhub bundle
    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 merge. Composes ci-fix-monitor for fix recipes.
    0 installs
  7. Subprocess Safety · zaxbyhub
    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 verification grep.
    0 installs
  8. Swarm Pr Feedback · zaxbyhub bundle
    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 and close all known PR issues.
    0 installs
  9. Fork Pr Operations · zaxbyhub
    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, cross-repo contributions, or workflow approval issues.
    0 installs
  10. Guardrail Patterns · zaxbyhub bundle
    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.
    0 installs
  11. Swarm Pr Subscribe · zaxbyhub
    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 subscribed PR and its events need triage and action.
    0 installs
  12. Pre Phase Briefing · zaxbyhub
    Full execution protocol for MODE: PRE-PHASE BRIEFING -- phase-start context assembly, evidence review, and task readiness checks.
    0 installs
  13. Gate Attribution · zaxbyhub
    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 reviewer/test_engineer rows.
    0 installs
  14. Tech Debt CI Review · zaxbyhub bundle
    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.
    0 installs
  15. Codebase Review Swarm · zaxbyhub bundle
    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.
    0 installs
  16. Durable Session State · zaxbyhub
    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 approval gates, and when resuming after compaction or a session restart.
    0 installs
  17. CI Failure Batching · zaxbyhub
    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.
    0 installs
  18. Parallel Work Check · zaxbyhub
    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.
    0 installs
  19. Engineering Conventions · zaxbyhub bundle
    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 semantics, chat/system hooks, tool registration, release/cache hygiene, or related architecture.
    0 installs
  20. Orchestrating Subagents · zaxbyhub
    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 how to keep the main context clean. Use when launching subagents, parallel explorers, independent reviewers, or critic passes — especially for swarm-mode, qa-sweep, or issue-tracer work.
    0 installs
  21. Mock Module · zaxbyhub bundle
    mock.module
    0 installs
  22. Safe Rename · zaxbyhub bundle
    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.
    0 installs
  23. Merge Queue Readiness · zaxbyhub
    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.
    0 installs
  24. Skill Edit Validation · zaxbyhub
    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.
    0 installs
  25. Pr Readiness · zaxbyhub bundle
    Legacy compatibility shim — use swarm-pr-feedback instead
    0 installs
  26. Worktree Retry Cleanup · zaxbyhub
    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).
    0 installs
  27. Bundle Safety · zaxbyhub
    Bundle transform safety — minification variant selection, consumer-constraint verification, identifier preservation, and namespace re-export coverage for build output.
    0 installs
  28. Phase Complete · zaxbyhub bundle
    phase_complete
    0 installs
  29. Mock To Internals Migration · zaxbyhub bundle
    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 injectable internals.
    0 installs
  30. Safe Extraction · zaxbyhub bundle
    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 from code extraction.
    0 installs
  31. Propagation Test · zaxbyhub bundle
    propagation test
    0 installs
  32. Git Revert Safety · zaxbyhub bundle
    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 handling, and post-revert CI verification. Prevents the most common revert failure mode: version metadata regression from git reverse-apply.
    0 installs
  33. Widen Return Type · zaxbyhub bundle
    widen return type
    0 installs
  34. Opt In Tool Registration · zaxbyhub bundle
    opt-in-tool-registration
    0 installs
  35. Run Relevant Tests After Logic Changes · zaxbyhub
    run relevant tests after logic changes
    0 installs
  36. Ensure All Tests Pass After Code Changes · zaxbyhub
    ensure all tests pass after code changes
    0 installs
  37. Run Test Suite After Registration Changes · zaxbyhub
    run test suite after registration changes
    0 installs
  38. Run Failing Tests Immediately After Test Gate Failure · zaxbyhub
    run failing tests immediately after test_gate failure
    0 installs
  39. Run Relevant Tests After Adding Error Handling Wrappers · zaxbyhub
    run relevant tests after adding error-handling wrappers
    0 installs
  40. Isolate The Specific Failure Mode Before Proposing A Fix · zaxbyhub
    isolate the specific failure mode before proposing a fix
    0 installs
  41. Restore Internals Seams In Finally Blocks After Each Test · zaxbyhub
    restore _internals seams in finally blocks after each test
    0 installs
  42. Use Internals Di Seam Pattern For Test Injectable Functions · zaxbyhub
    use _internals DI seam pattern for test-injectable functions
    0 installs
  43. Run Affected Test File In Isolation And In Co Run With Its T · zaxbyhub
    run affected test file in isolation AND in co-run with its test-suite peers after mock cleanup changes
    0 installs
  44. Add Path Type Assertions Or Realpath Resolve Calls In Path J · zaxbyhub bundle
    Add path-type assertions or realpath/resolve calls in path-joining utility functions
    0 installs
  45. Check Skill Provenance Stamps Before Archiving Knowledge Ent · zaxbyhub
    check skill provenance stamps before archiving knowledge entries
    0 installs
  46. Confirm Failures Are Causally Linked To The Task Before Repo · zaxbyhub
    confirm failures are causally linked to the task before reporting rejection
    0 installs
  47. Grep For Mock Module Across The Entire Test File And Confirm · zaxbyhub bundle
    grep for 'mock.module' across the entire test file and confirm every occurrence uses spread-real-exports before marking the file as converted
    0 installs
  48. Include Test Files That Assert On Behavior Being Changed In · zaxbyhub
    include test files that assert on behavior being changed in declared scope
    0 installs
  49. Run Affected Test Suite End To End After Multi File Signatur · zaxbyhub
    run affected test suite end-to-end after multi-file signature changes
    0 installs
  50. Run Tests On The Unmodified Codebase Before Starting To Esta · zaxbyhub bundle
    run tests on the unmodified codebase before starting to establish a failure baseline
    0 installs
  51. Spread Real Module Exports As Base Of Every Mock Module Retu · zaxbyhub bundle
    spread real module exports as base of every mock.module return object
    0 installs
  52. Update Or Delete Tests That Assert Intentionally Removed Beh · zaxbyhub
    update or delete tests that assert intentionally removed behavior
    0 installs
  53. Verify Skill Mirror Pairs Exist In Both Opencode Skills And · zaxbyhub
    verify skill mirror pairs exist in both .opencode/skills/ and .claude/skills/
    0 installs