zaxbyhub
- 153 skills
- 0 followers
- 1 day ago last updated
- ▌ Research First · zaxbyhub bundleCodex 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.
- ▌ Editing Skills · zaxbyhubContract 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.
- ▌ Swarm Implement · zaxbyhub bundleCodex 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.
- ▌ Swarm Pr Review · zaxbyhub bundleThin 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.
- ▌ Test File Split · zaxbyhubProtocol 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.
- ▌ Swarm CI Monitor · zaxbyhub bundleCodex 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.
- ▌ Subprocess Safety · zaxbyhubGuidelines 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.
- ▌ Swarm Pr Feedback · zaxbyhub bundleCodex 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.
- ▌ Fork Pr Operations · zaxbyhubOperational 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.
- ▌ Guardrail Patterns · zaxbyhub bundleCodex 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.
- ▌ Swarm Pr Subscribe · zaxbyhubCodex 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.
- ▌ Pre Phase Briefing · zaxbyhubFull execution protocol for MODE: PRE-PHASE BRIEFING -- phase-start context assembly, evidence review, and task readiness checks.
- ▌ Gate Attribution · zaxbyhubPer-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.
- ▌ Tech Debt CI Review · zaxbyhub bundleCodex 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.
- ▌ Codebase Review Swarm · zaxbyhub bundleCodex 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.
- ▌ Durable Session State · zaxbyhubPersist 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.
- ▌ CI Failure Batching · zaxbyhubBatch 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.
- ▌ Parallel Work Check · zaxbyhubApply 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.
- ▌ Engineering Conventions · zaxbyhub bundleCodex 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.
- ▌ Orchestrating Subagents · zaxbyhubTiering 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.
- ▌
- ▌ Safe Rename · zaxbyhub bundleWorkflow 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.
- ▌ Merge Queue Readiness · zaxbyhubPre-queue merge-group CI simulation. Triggered before adding a PR to a GitHub merge queue. Prevents merge-queue kick-outs from integration test failures.
- ▌ Skill Edit Validation · zaxbyhubContent-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.
- ▌
- ▌ Worktree Retry Cleanup · zaxbyhubProtocol for cleaning parallel-coder worktree lanes before retry. Triggered before re-dispatching any task that already has a lane (completed, denied, cancelled, or failed).
- ▌ Bundle Safety · zaxbyhubBundle transform safety — minification variant selection, consumer-constraint verification, identifier preservation, and namespace re-export coverage for build output.
- ▌
- ▌ Mock To Internals Migration · zaxbyhub bundleCodex 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.
- ▌ Safe Extraction · zaxbyhub bundleApply 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.
- ▌
- ▌ Git Revert Safety · zaxbyhub bundleApply 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.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Run Failing Tests Immediately After Test Gate Failure · zaxbyhubrun failing tests immediately after test_gate failure
- ▌ Run Relevant Tests After Adding Error Handling Wrappers · zaxbyhubrun relevant tests after adding error-handling wrappers
- ▌ Isolate The Specific Failure Mode Before Proposing A Fix · zaxbyhubisolate the specific failure mode before proposing a fix
- ▌ Restore Internals Seams In Finally Blocks After Each Test · zaxbyhubrestore _internals seams in finally blocks after each test
- ▌ Use Internals Di Seam Pattern For Test Injectable Functions · zaxbyhubuse _internals DI seam pattern for test-injectable functions
- ▌ Run Affected Test File In Isolation And In Co Run With Its T · zaxbyhubrun affected test file in isolation AND in co-run with its test-suite peers after mock cleanup changes
- ▌ Add Path Type Assertions Or Realpath Resolve Calls In Path J · zaxbyhub bundleAdd path-type assertions or realpath/resolve calls in path-joining utility functions
- ▌ Check Skill Provenance Stamps Before Archiving Knowledge Ent · zaxbyhubcheck skill provenance stamps before archiving knowledge entries
- ▌ Confirm Failures Are Causally Linked To The Task Before Repo · zaxbyhubconfirm failures are causally linked to the task before reporting rejection
- ▌ Grep For Mock Module Across The Entire Test File And Confirm · zaxbyhub bundlegrep 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 · zaxbyhubinclude test files that assert on behavior being changed in declared scope
- ▌ Run Affected Test Suite End To End After Multi File Signatur · zaxbyhubrun affected test suite end-to-end after multi-file signature changes
- ▌ Run Tests On The Unmodified Codebase Before Starting To Esta · zaxbyhub bundlerun tests on the unmodified codebase before starting to establish a failure baseline
- ▌ Spread Real Module Exports As Base Of Every Mock Module Retu · zaxbyhub bundlespread real module exports as base of every mock.module return object
- ▌ Update Or Delete Tests That Assert Intentionally Removed Beh · zaxbyhubupdate or delete tests that assert intentionally removed behavior
- ▌ Verify Skill Mirror Pairs Exist In Both Opencode Skills And · zaxbyhubverify skill mirror pairs exist in both .opencode/skills/ and .claude/skills/