jamestexas

56 mods across 1 repository, 2 stars between them.

review-queue

49

jamestexas/agents

Skill Claude CodeCodex

Fan out isolated, one-per-PR reviews across your queue (own context + worktree per PR, no cross-pollution), then synthesize one report. Pulls the queue from a review inbox (zen) or gh; posts nothing without per-PR authorization.

2 5d ago A 59 tokens

self-audit

50

jamestexas/agents

Skill Claude CodeCodex

Pre-review self-audit of a PR branch: dead struct fields, rotting comments, duplicate types, scope drift — what a human catches but a compiler won't — then dispatches an adversarial agent for deeper design flaws. Use before tagging a reviewer, or after a self-directed refactor.

2 5d ago A 63 tokens

jamestexas/agents

Skill Claude CodeCodex

Deterministic PR-review chain with pluggable structural intelligence. Fetches the PR into an isolated worktree, runs blast-radius/impact analysis through whatever code-intelligence tool is available (a depgraph tool like modmap, or an MCP server like mache), applies the pr-review-kit discipline, teaches the result via…

2 5d ago A 128 tokens

survey

52

jamestexas/agents

Skill Claude CodeCodex

Multi-perspective codebase survey that produces beads and mermaid diagrams from code structure. Each agent perspective (prod, staging, dev, feature, PM) examines the same codebase at a different zoom level, creating tagged beads and a disagreement matrix.

2 5d ago A 52 tokens

taskfile-ci-parity

53

jamestexas/agents

Skill Claude CodeCodex

Wire validation so local == CI by construction: every check is a Taskfile target; CI and hooks invoke it rather than reimplementing it. Use when adding a validation gate, when local/CI disagree, or when a hook duplicates a command.

2 5d ago A 56 tokens

test-fidelity

54

jamestexas/agents

Skill Claude CodeCodex

Hunt vacuous / low-fidelity tests — the ones that pass whether or not the code is wrong in the way they claim to catch. Probes four shapes: a double that dodges the real thing, an assertion too loose to constrain behavior, inputs that never reach the claim, and coverage that is claimed but not guaranteed. Uses…

2 5d ago A 118 tokens

work-scope

55

jamestexas/agents

Skill Claude CodeCodex

Decompose feature work into reviewable, shippable PR-sized units before coding starts. Use for a ticket, a feature description, or before a multi-file change. Feeds writing-plans — each unit becomes a plan.

2 5d ago A 50 tokens

workflow-audit

56

jamestexas/agents

Skill Claude CodeCodex

Mine the user's Claude Code chat corpus for self-optimization patterns — repeated corrections, tool thrash, dropped threads — into a ranked, PII-scrubbed report. Different from self-audit (PR code review). Dispatch as a sub-agent to keep context clean.

2 5d ago B 59 tokens