KarhouTam/agent-skills
Skill Claude CodeCodex
Runs an adversarial review loop where a challenger agent critically reviews an implementer's output, driving iterative improvement until the challenger issues a PASS verdict. Never triggered automatically; must be explicitly called by the user (2 persistent agents, up to 10 rounds).
KarhouTam/agent-skills
Skill Claude CodeCodex
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.
KarhouTam/agent-skills
Skill Claude CodeCodex
Build and sharpen a project's domain model. Use when discussing codebase terminology, writing or editing a CONTEXT.md, or recording or editing an ADR.
KarhouTam/agent-skills
Skill Claude CodeCodex
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
KarhouTam/agent-skills
Skill Claude CodeCodex
Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use gh to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.
KarhouTam/agent-skills
Skill Claude CodeCodex
Use gh (GitHub CLI) to fetch and process GitHub issues, pull requests, repositories, and other GitHub resources. Use when the user provides a GitHub URL (https://github.com/), asks about GitHub issues/PRs, or mentions gh commands.
KarhouTam/agent-skills
Skill Claude CodeCodex
A relentless interview to sharpen a plan or design.
KarhouTam/agent-skills
Skill Claude CodeCodex
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
KarhouTam/agent-skills
Skill Claude CodeCodex
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
KarhouTam/agent-skills
Skill Claude CodeCodex
Orchestrate PyTorch test file refactoring to decouple tests from specific hardware accelerators. Use this skill whenever the user asks to refactor, decouple, or reorganize a PyTorch test file for cross-accelerator compatibility, or when they ask to apply the test decoupling workflow to a specific test file. Triggers…
KarhouTam/agent-skills
Skill Claude CodeCodex
Use when the pytorch-test-refactoring orchestrator emits "schedulecron" or "needagent" with phase "cidebug", when a CronCreate cron job fires and you need to run orchestrator.py --ci-check, or when the user says "look after the ci", "monitor ci", "check ci status", "watch the pr", or "debug ci failures".
KarhouTam/agent-skills
Skill Claude CodeCodex
Refactor PyTorch test files to decouple tests from specific hardware accelerators using three strategies: CPU-only (standalone classes with instantiateparametrizedtests), device-agnostic (device-parametrized classes with instantiatedevicetypetests), and device-specific (single-accelerator standalone classes). Pay…
KarhouTam/agent-skills
Skill Claude CodeCodex
Review PyTorch test refactoring for correctness and completeness against the decoupling standards defined in the refactor-test-decoupling skill. Accepts a test file path (whole-file review), a PR URL, a git diff, or a branch name. Use this when asked to review a test refactoring PR, check a test decoupling change…
KarhouTam/agent-skills
Skill Claude CodeCodex
Teach the user a new skill or concept, within this workspace.