Nivl/Config
Skill Claude CodeCodex
Automatically fix a GitHub PR for the current branch — handles review comments, CI failures, and open questions. Use this skill whenever the user wants to address PR feedback, fix CI, resolve review comments, or generally "clean up" or "fix" their PR. Also trigger when the user says things like "handle PR comments"…
Nivl/Config
Skill Claude CodeCodex
Locally mirrors the prompt sent by @claude review (the anthropics/claude-code-action GitHub Action). Supports two modes: PR mode (arg is a PR number / URL or auto-detected from the current branch) — pre-fetches the same rich PR context the Action injects (formattedcontext, PR body, conversation comments, inline…
Nivl/Config
Skill Claude CodeCodex
Performs one in-depth, multi-perspective code review of a pull request or commit range using up to twelve specialized parallel reviewer roles (AGENTS.md compliance, bug scan, git history, prior PR feedback, in-file comments, database, OWASP security, error handling, test coverage, ticket-intent compliance, motivation…
Nivl/Config
Skill Claude CodeCodex
Opens a new pull request for the current branch with a SIMPLE, scannable title and a short description. If the repo has a PR template (.github/PULLREQUESTTEMPLATE.md or similar), fills it in; otherwise uses a default "Goal / how / key-changes-list" format. Designed to avoid the wall-of-text PR descriptions that nobody…
Nivl/Config
Skill Claude CodeCodex
Turns a requirement in prose into the Jira issues for it. Infers the project, the active sprint and the assignee from the user's own tickets, reads the repo so every issue names real files and real patterns, sweeps Jira and git history for work already filed or already shipped, sizes the work against the story-point…
Nivl/Config
Skill Claude CodeCodex
Reviews a pull request with four parallel reviewer sub-agents — two in-depth-review on Sonnet, one in-depth-review on Opus (the subtle-bug catcher), and one gh-style-review — merges and deduplicates their findings, and posts a SINGLE PR review combining global findings, a names-only list of inline findings (also left…
Nivl/Config
Skill Claude CodeCodex
Iteratively reviews recent code changes (a PR if one exists for the current branch, otherwise the branch's commit range) and fixes what the reviews find. Runs in-depth-review and gh-style-review sub-agents in parallel each iteration, merges and deduplicates their findings, and applies fixes one commit at a time until…
Nivl/Config
Skill Claude CodeCodex
Reverse Prompt Engineering (RPE) — refine vague or incomplete requests into a precise, LLM-optimized task specification before any implementation begins. Use this skill when a prompt contains [rpe], or when the user explicitly asks to clarify, refine, or spec out a request before acting on it. Do NOT use for requests…
Nivl/Config
Skill Claude CodeCodex
Takes a Jira ticket key and drives it end to end. Validates the ticket is still real against the code at HEAD, the merged PRs the branch does not contain, the open PRs that overlap, and the related Jira tickets that may already duplicate it or have carved scope out of it. On a bug or a security ticket it also…
Nivl/Config
Skill Claude CodeCodex
Use whenever writing or rewriting prose that a human will read. Covers Jira tickets, Confluence pages, PR descriptions, commit messages, Slack and email updates, design docs, RFCs, runbooks, postmortems, READMEs, and release notes. Triggers on "write", "draft", "write up", "fill out", "summarize this", "turn this into…