baseballyama

6 mods across 1 repository, 11 stars between them.

full-code-review

01

baseballyama/eslint-plugin-postgresql

Skill Claude CodeCodex

Use before opening a PR to do a maintainer-perspective review of a branch. Walks through "why does this exist", "is the design right", "is the implementation correct", and "are tests / docs / changelog complete". Invoked when the user says "review my branch", "do a full review", "is this PR ready", or…

11 2d ago A 82 tokens original MIT

issue-triage

02

baseballyama/eslint-plugin-postgresql

Skill Claude CodeCodex

Use to triage a GitHub issue — classify as bug / feature request / question / docs / dependency, apply the right label, and run the appropriate workflow (reproduce + fix-PR for bugs; "one way to do one thing" check + spec for features; answer with code pointer for questions). Invoked when the user mentions an issue…

11 2d ago A 106 tokens original MIT

pr-workflow

03

baseballyama/eslint-plugin-postgresql

Skill Claude CodeCodex

Use when opening a pull request. Covers branch naming, commit hygiene, PR title and body conventions, and what must be true before a PR leaves draft. Invoked when the user says "open a PR", "create a PR", "submit", or asks to push and PR a branch.

11 2d ago A 63 tokens original MIT

review-response

04

baseballyama/eslint-plugin-postgresql

Skill Claude CodeCodex

Use when responding to GitHub PR review comments. Covers fetching unresolved threads only, deciding "fix" vs "decline" per comment with the user, replying with the commit hash, and feeding back lessons to the project's skill files. Invoked when the user says "respond to review", "address review comments", or pastes a…

11 2d ago A 75 tokens original MIT

run-check-and-test

05

baseballyama/eslint-plugin-postgresql

Skill Claude CodeCodex

Use after making code changes, before committing, before opening a PR, or whenever the user says "check it", "run tests", "verify", or "is this ready". Runs the project's quality gates — format, lint, types, tests, build — and reports failures.

11 2d ago A 61 tokens original MIT