mthines

64 mods across 1 repository, 10 stars between them.

review-loop

49

mthines/agent-skills

Skill Claude CodeCodex

Bounded review-apply-resolve convergence loop for a GitHub PR (draft PRs are fine). Runs up to N=5 iterations of pr-reviewer → implement-suggestion (--resolve-all) → polish simplify, converging until every review thread is resolved — through a fix OR a reply (answered question, recorded rationale) — so the PR is left…

10 2d ago A 373 tokens original MIT

severity

50

mthines/agent-skills

Skill Claude CodeCodex

Rates how severe a finding or bug is if it is real — the blast-radius axis, complementary to confidence's is-it-real axis. Emits a lowercase tier (critical / high / medium / low) from a fixed axis rubric, then applies one deterministic, executable path floor (auth / billing / migration / infra / secrets paths) plus…

10 2d ago A 162 tokens original MIT

tdd

51

mthines/agent-skills

Skill Claude CodeCodex

Enforces strict Test-Driven Development with RED-GREEN-REFACTOR cycles. Writes one failing test at a time, implements minimal code to pass, then refactors. Delegates to the test-provenance-guard skill during REFACTOR to detect tests-by-construction (static + mutation checks). Pairs with the code-quality skill: invokes…

10 2d ago A 157 tokens original MIT

mthines/agent-skills

Skill Claude CodeCodex

Detects tests that pass by construction — tests that define a private copy of the function under test instead of importing the production module — and self-heals by extracting the inline logic to an exported function, updating production callers, and rewriting the test to import the export. Two checks: (1) static …

10 2d ago A 207 tokens original MIT

verify-behavior

53

mthines/agent-skills

Skill Claude CodeCodex

Owns a cheapest-first three-tier verification ladder — Tier 1 syntactic (grep / ast-grep / read), Tier 2 semantic-no-execution (typecheck / build / lint), Tier 3 execution (run the covering test, or a minimal synthesized repro) — and reports the result as an evidence receipt (confirms / contradicts / ambiguous /…

10 2d ago C 218 tokens original MIT

e2e-pr-stabilizer

54

mthines/agent-skills

Skill Claude CodeCodex

Stabilizes or optimizes Playwright E2E tests on one PR via a local-first loop, then ratifies with a single CI run. Pulls Dash0 spans (git.pullrequestlink) as the historical baseline, then captures every iteration's evidence locally with --trace=on (same OTel exporter, same trace schema). Validation is empirical, not…

10 2d ago A 258 tokens original MIT

e2e-testing-mobile

55

mthines/agent-skills

Skill Claude CodeCodex

Plans, generates, runs, and heals end-to-end tests for Expo and React Native mobile apps using Maestro (the 2026 standard for RN E2E, adopted by Meta, Microsoft, and DoorDash, and integrated with Expo via EAS Workflows). Drives a spec-first YAML-flow loop, proposes testID source diffs (never accessibilityLabel reuse)…

10 2d ago A 202 tokens original MIT

e2e-testing

56

mthines/agent-skills

Skill Claude CodeCodex

Plans, generates, runs, and heals end-to-end tests using Playwright Test Agents (Planner, Generator, Healer) and the official @playwright/mcp server. Drives a spec-first feature-flow loop, proposes data-testid source diffs only when accessibility-tree locators fail, and stays token-aware via snapshot mode and…

10 2d ago A 153 tokens original MIT

optimize-mock-data

57

mthines/agent-skills

Skill Claude CodeCodex

Optimizes a directory of structurally-related JSON / JSONL mock fixtures by inferring a shared schema, detecting structural drift between files, normalizing formatting and key order, and optionally shrinking verbose payloads while preserving shape. Use when fixture files have grown inconsistent (mixed tabs / 2-space…

10 2d ago A 195 tokens original MIT

test-auto-fix

58

mthines/agent-skills

Skill Claude CodeCodex

Diagnoses failing tests across any project, classifies each failure as a test-bug, prod-bug, or unsure, confidence-gates the fix (auto-apply at >=90%, 80-89 ask, <80 escalate), applies it, and re-runs until green. Surface-driven: reads per-project configuration from a surface file keyed by normalised git remote URL.…

10 2d ago A 166 tokens original MIT

autonomous-workflow

59

mthines/agent-skills

Skill Claude CodeCodex

Execute complete feature development cycles autonomously — from task intake through tested PR delivery — using isolated Git worktrees. Phase-based workflow (0–7) with optional companion skills for planning, quality gates, TDD, UX, code quality, docs, and CI verification. Companions skip silently if not installed.…

10 2d ago A 104 tokens original MIT

aw-setup

60

mthines/agent-skills

Skill Claude CodeCodex

One-time (but safely re-runnable) setup flow that scaffolds a project's aw-tester aw-target: detects auth strategy, captures storage state, writes .claude/aw-targets/local.yml, and validates with a smoke spec. Re-runs detect the existing aw-target and only re-prompt for what broke or changed. Triggers on "/aw-setup"…

10 2d ago A 91 tokens original MIT

aw-create-plan

61

mthines/agent-skills

Skill Claude CodeCodex

Create the plan artifact (plan.md + checks.yaml executable acceptance checks) in .agent/{branch}/ from the current conversation context. Captures all Phase 0-1 discussion into a structured, self-contained document that enables context recovery and session handoff. On every invocation, writes plan.md and re-derives…

10 2d ago A 150 tokens original MIT

mthines/agent-skills

Skill Claude CodeCodex

Generate a walkthrough artifact (walkthrough.md) in .agent/{branch}/ summarizing completed work for PR delivery. Gathers information from plan.md, git history, and test results to produce a comprehensive summary. Use at Phase 6 before creating the draft PR. Triggers on create walkthrough, generate walkthrough, write…

10 2d ago C 73 tokens original MIT

mthines/agent-skills

Skill Claude CodeCodex

Self-check quality gate for review findings. Validates that each finding is actionable, evidence-backed, correctly located, not duplicating linter output, and not a false positive. Use after generating findings but before delivering them. Triggers on: "quality gate findings", "validate findings", "gate my review"…

10 2d ago A 75 tokens original MIT

mthines/agent-skills

Skill Claude CodeCodex

Batch-analyze and resolve multiple Linear tickets — bug fixes and feature work. For each ticket: classifies as bug or feature (auto from Linear labels, or via the --type flag), dispatches the appropriate per-ticket analysis (linear-ticket-investigator + rca-investigator for bugs, just linear-ticket-investigator for…

10 2d ago A 146 tokens original MIT