nudgebee

29 mods across 1 repository, 387 stars between them.

correctness-critic

01

nudgebee/nudgebee

Agent Claude Code

Fresh-context correctness reviewer. Given a code diff, verifies it by actually building/testing the affected service and reading the changed lines, then reports correctness findings grounded in machine-checkable evidence. Never edits code — reports only.

387 2d ago A 48 tokens

plan-adversary

02

nudgebee/nudgebee

Agent Claude Code

Fresh-context adversary. Given a proposed implementation plan, argues against it — finds the strongest structural objections grounded in the actual codebase, plus a future-self critique. Does not design alternatives (that is plan-alternative's job) and does not write code.

387 2d ago A 57 tokens

plan-alternative

03

nudgebee/nudgebee

Agent Claude Code

Fresh-context alternative designer. Given the GOAL a plan is trying to achieve, ignores the proposed plan and designs the simplest thing that meets the goal from scratch, then judges whether that alternative materially dominates the proposal. Does not attack the plan (that is plan-adversary's job) and does not write…

387 2d ago A 67 tokens

SessionStart

04

nudgebee/nudgebee

Hook Claude Code

Runs when a session starts, executing session-start.sh. From nudgebee/nudgebee.

387 2d ago A tokens not measured

nudgebee

05

nudgebee/nudgebee

Settings file Claude Code

Agent settings declaring 1 hook event (SessionStart).

387 2d ago A tokens not measured

backmerge

06

nudgebee/nudgebee

Skill Claude CodeCodex

Automate the backmerge flow after hotfixes (prod -> test -> main).

387 2d ago A 17 tokens

challenge

07

nudgebee/nudgebee

Skill Claude CodeCodex

Adversarial pre-implementation pass — argue against a proposed plan before writing code, and emit a binding PROCEED / REVISE / REDESIGN verdict.

387 2d ago A 35 tokens

commit

08

nudgebee/nudgebee

Skill Claude CodeCodex

Smart commit — detect affected services, run validation, commit with proper format.

387 2d ago A 14 tokens

console-audit

09

nudgebee/nudgebee

Skill Claude CodeCodex

Audit the running app via chrome-devtools MCP — console errors/warnings + failed/slow network by default; perf (LCP/CLS) and Lighthouse (a11y/SEO) are opt-in. Token-efficient (compacts findings in-browser via a console/network hook); the report is shown inline in the response — no files to open. Target one tab / an…

387 2d ago A 0 tokens

create-issue

10

nudgebee/nudgebee

Skill Claude CodeCodex

Create GitHub issues using repo templates (feature, bug, spike).

387 2d ago A 14 tokens

create-pr

11

nudgebee/nudgebee

Skill Claude CodeCodex

Create a pull request with proper formatting, validation, and conventions for this monorepo.

387 2d ago A 17 tokens

fix-lint

12

nudgebee/nudgebee

Skill Claude CodeCodex

Auto-fix lint and format issues across all affected services.

387 2d ago A 11 tokens

hotfix

13

nudgebee/nudgebee

Skill Claude CodeCodex

Create a hotfix PR directly to prod with backmerge instructions.

387 2d ago A 12 tokens

judge

14

nudgebee/nudgebee

Skill Claude CodeCodex

Pre-commit cross-check — spawn an isolated, fresh-context critic to review the working diff for correctness, grounded in a real build/test run. The fast per-commit gate that feeds fewer issues into /code-review and /ship.

387 2d ago A 49 tokens

my-tickets

15

nudgebee/nudgebee

Skill Claude CodeCodex

Show my pending sprint tickets and help knock them off one by one.

387 2d ago A 13 tokens

pr-backlog

16

nudgebee/nudgebee

Skill Claude CodeCodex

Check for pull requests requesting your review and selectively review them using the review-pr skill.

387 2d ago A 16 tokens

pr-comments

17

nudgebee/nudgebee

Skill Claude CodeCodex

Fetch PR review comments, display them, and optionally fix code issues raised by reviewers.

387 2d ago A 16 tokens

review-pr

18

nudgebee/nudgebee

Skill Claude CodeCodex

Review a pull request in an isolated worktree, post comments on the PR, and clean up.

387 2d ago A 19 tokens

ship

19

nudgebee/nudgebee

Skill Claude CodeCodex

Intent-anchored ship pipeline — capture intent, then run challenge → validate → verify → code-review → docs-gap → create-pr, then watch CI and triage review comments, as gated stages that pause only on findings needing a human decision. A nudgebee-native take on the "no-mistakes" pipeline.

387 2d ago A 67 tokens

test-pr

20

nudgebee/nudgebee

Skill Claude CodeCodex

Investigate a pull request end-to-end — predict how it could be wrong, run it for real, falsify those predictions with evidence, and report by severity.

387 2d ago A 32 tokens

validate

21

nudgebee/nudgebee

Skill Claude CodeCodex

Run validation (lint, format, tests) for affected services based on changed files.

387 2d ago A 16 tokens

worktree

22

nudgebee/nudgebee

Skill Claude CodeCodex

Create a git worktree from a target branch with a new branch name.

387 2d ago A 14 tokens

nudgebee AGENTS.md

23

nudgebee/nudgebee

Instructions file CodexOpenCode

AGENTS.md instructions for nudgebee/nudgebee: This file exists so AI coding assistants that look for AGENTS.md first (Aider, Cline, OpenCode, Codex CLI configs, and others adopting the cross-tool convention) find a project entrypoint without us maintaining a parallel document.

387 2d ago A 335 tokens

nudgebee CLAUDE.md

24

nudgebee/nudgebee

Instructions file

Claude Code instructions for nudgebee/nudgebee, covering nudgebee monorepo - development guide, module structure, ai coding principles, 2. definition of done and 3. fix the class, not the instance (rule of three).

387 2d ago A 4,019 tokens