Pubx-ai/skills
Skill Claude CodeCodex
Review code changes for conformance with the AdCP (Ad Context Protocol, agenticadvertising.org) technical spec. Use whenever reviewing a PR, diff, commit, or code change in a repository that implements AdCP — seller agents, buyer agents, orchestrators, or SDK integrations — even if the request is just "review this PR"…
Pubx-ai/skills
Skill Claude CodeCodex
Evaluate whether AdCP (Ad Context Protocol, agenticadvertising.org) — or a concrete AdCP implementation such as a seller agent, buyer agent, or orchestrator — is safe, interoperable, operationally viable, and ready for pilot or production use. Combines a weighted decision scorecard, hard safety gates that override any…
Pubx-ai/skills
Skill Claude CodeCodex
Load every comment on a pull request, understand and triage each one against the current code, then resolve them — fixing what's valid, pushing back with technical reasoning on what isn't. Use this skill whenever the user asks to "address the PR comments", "review the PR comments", "respond to review feedback"…
Pubx-ai/skills
Skill Claude CodeCodex
Create a correctly named git feature branch off an up-to-date base, carrying the JIRA ticket ID when one is in context. Use this skill whenever the user wants to "create a branch", "make a new branch", "branch off main", "start work on PUB-1234", "checkout a feature branch", or when work is about to begin (or a commit…
Pubx-ai/skills
Skill Claude CodeCodex
Compose and create a git commit whose message follows the Angular Conventional Commits standard, so semantic-release can version and changelog it automatically. Use this skill whenever the user wants to commit staged changes, "make a commit", "commit this", "write a commit message", "commit with conventional/angular…
Pubx-ai/skills
Skill Claude CodeCodex
Turn a completed requirements document into a detailed, sequential implementation plan that an AI coding agent can execute autonomously. Use this skill whenever the user asks to "create an implementation plan", "plan this feature", "break this down into tasks", "generate a task breakdown", "plan the implementation…
Pubx-ai/skills
Skill Claude CodeCodex
Execute a written implementation plan task by task, with a critical review of the plan before starting and a checkpoint after every task. Use this skill whenever the user asks to "execute the plan", "implement the plan", "run the plan", "work through the plan", "start on task 1", "continue the plan", or points at a…
Pubx-ai/skills
Skill Claude CodeCodex
Turn a raw, underspecified feature request into a structured, implementation-ready requirements document before any planning or coding begins. Use this skill whenever the user describes something they want built but the details are thin — phrases like "I want to add X", "we need a feature that…", "gather…
Pubx-ai/skills
Skill Claude CodeCodex
Run a CodeRabbit CLI review over local changes — a review bot's independent second opinion before anything is pushed. Use this skill whenever the user asks to "run a bot review", "run coderabbit locally", "coderabbit review my changes", "get a machine review", "run the review bot on this diff", or wants bot findings…
Pubx-ai/skills
Skill Claude CodeCodex
Act as a senior engineer and review the committed changes on the current git branch against the base branch (develop or main) — a local, pre-push PR review. Use this skill whenever the user wants feedback on a branch as a whole before opening or merging a pull request — phrases like "review my branch", "PR review…
Pubx-ai/skills
Skill Claude CodeCodex
Act as a senior engineer and review all uncommitted changes in the local git branch — both staged and unstaged, including new untracked files — before they get committed. Use this skill whenever the user wants pre-commit feedback on work in progress — phrases like "review my changes", "review my diff", "code review…
Pubx-ai/skills
Skill Claude CodeCodex
Review a project's testing state against a proper test strategy: inventory what tests exist, baseline what passes, identify the gaps that matter, and produce a prioritized test plan — running the suite via the run-tests skill when one exists. Use this skill whenever the user asks "how should we test this", "review our…
Pubx-ai/skills
Skill Claude CodeCodex
Turn a completed requirements document into a detailed, sequential implementation plan. Alias for the create-plan skill.
Pubx-ai/skills
Skill Claude CodeCodex
Push the current feature branch and raise a GitHub pull request with a conventional-commit style title and a structured body, after verifying the branch actually has committed work to raise. Use this skill whenever the user asks to "raise a PR", "open a pull request", "create a PR", "push and PR", "get this reviewed"…
Pubx-ai/skills
Skill Claude CodeCodex
Check whether the current project has a test suite, work out the correct way to run it, run it, and report results faithfully. Use this skill whenever the user asks to "run the tests", "do the tests pass", "run the test suite", "check the tests", "test this", "run pytest / vitest / bun test / playwright", or when a…