jerseycheese

60 mods across 2 repositories, 31 stars between them.

prioritize-issues

49

jerseycheese/agent-skills

Skill Claude CodeCodex

Analyzes all open GitHub issues to identify the highest-priority candidates for implementation. Scores by value, effort, age, and roadmap alignment. Produces a ranked top-5 with detailed technical specs for the top 3. Use when planning what to work on next, triaging a backlog, or preparing for a sprint. Trigger on…

1 15d ago A 117 tokens original MIT

project-bootstrap

50

jerseycheese/agent-skills

Skill Claude CodeCodex

Bootstrap a project under /Projects with the standard agent scaffolding, stamped from the starter kit at shared/Development/templates/starter-kit - a CLAUDE.md from the house template, the stack-agnostic core (.editorconfig, .gitignore, .claude settings/launch, worktree-port script), an optional stack layer, and a row…

1 15d ago A 145 tokens original MIT

ship-issue

51

jerseycheese/agent-skills

Skill Claude CodeCodex

End-to-end conductor that drives a single GitHub issue all the way to a merged PR. Chains the issue-workflow skills — sync the base branch, analyze the issue, implement a minimal fix with a test, open a PR, drive CI to green, confirm the merge, run post-merge cleanup, and wrap up. Use to take one issue from a cold…

1 15d ago A 91 tokens original MIT

skill-parity

52

jerseycheese/agent-skills

Skill Claude CodeCodex

Keeps skills in sync across Claude Code, Codex, Gemini CLI, and shared .agents/skills paths. Handles copying, updating, pruning, and verifying parity across all provider locations. Trigger on: "sync my skills", "hydrate codex with skills", "copy skill to gemini", "add this skill to codex", "update skills across…

1 15d ago A 103 tokens original MIT

tdd-implement

53

jerseycheese/agent-skills

Skill Claude CodeCodex

Implements a feature or fix using Test-Driven Development — write failing tests first, then implement just enough to make them pass, then refactor. Keeps tests focused on acceptance criteria rather than implementation details. Use when building something new with TDD, or when the user wants to start from tests rather…

1 15d ago A 100 tokens original MIT

test-fix

54

jerseycheese/agent-skills

Skill Claude CodeCodex

Automatically invoke when any test run produces failures. Triggers on: test output showing FAIL, test errors, or assertion failures in unit or E2E suites. Applies a strict 3-attempt limit per failure to avoid debugging spirals — stops and escalates if not resolved. Do NOT wait for user to ask; invoke immediately when…

1 15d ago A 91 tokens original MIT

test-reaper

55

jerseycheese/agent-skills

Skill Claude CodeCodex

Finds and removes dead or trivial tests - duplicates, tests that only assert a mock was called, render checks that prove nothing, and suites whose name promises behavior they never observe. Distinguishes a test that tests nothing from one that tests the wrong thing, because those need opposite fixes. Trigger on: "test…

1 15d ago A 146 tokens original MIT

test-workflow

56

jerseycheese/agent-skills

Skill Claude CodeCodex

Automatically run after editing source files to select and run the appropriate test suite. Triggers on: any src/ file edit before a commit, or when the user says "run tests", "check tests", or "make sure tests pass". Selects unit, E2E, visual regression, or CSS lint based on what changed. Protects running dev servers.…

1 15d ago A 112 tokens original MIT

visual-crawl

57

jerseycheese/agent-skills

Skill Claude CodeCodex

Crawls the running app at randomized breakpoints, screenshots visual issues, checks design token consistency, and tests interactive elements. Each run covers different ground by design. Trigger on: "visual QA", "audit the app visually", "screenshot all the pages", "check for visual regressions", "crawl the site for…

1 15d ago A 98 tokens original MIT

visual-qa-pipeline

58

jerseycheese/agent-skills

Skill Claude CodeCodex

Turns a visual QA crawl into shipped work: crawl the running app, triage findings by severity, file Major+ findings as GitHub issues with screenshots, batch the small stuff into one roll-up issue, and optionally open fix PRs for mechanical design-system violations. Runnable on a schedule. Trigger on: "visual QA…

1 15d ago A 110 tokens original MIT

worktree-enhanced

59

jerseycheese/agent-skills

Skill Claude CodeCodex

Sets up a git worktree for isolated feature work — creates the branch, configures the worktree, detects whether a dev server is already running, and handles project-specific setup. Trigger on: "create a worktree", "set up a new branch", "start work on issue #X", "work on this in isolation", "new worktree for", "start…

1 15d ago A 97 tokens original MIT

wrap-it-up

60

jerseycheese/agent-skills

Skill Claude CodeCodex

Close out the current chat with a tight summary and a sweep of the current project's durable context files — memory entries, status and task docs, plan files, and any project-specific reminders — so nothing important dies in the transcript. Trigger on /wrap-it-up, "wrap it up", "wrap up this chat", "close out this…

1 15d ago A 119 tokens original MIT