Pubx-ai

15 mods across 1 repository, 6 stars between them.

adcp-review

01

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"…

6 28d ago A 149 tokens

adcp-scorecard

02

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…

6 28d ago A 198 tokens

address-pr-comments

03

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"…

6 28d ago A 153 tokens

create-branch

04

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…

6 28d ago A 118 tokens

create-commit

05

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…

6 28d ago A 121 tokens

create-plan

06

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…

6 28d ago A 139 tokens

execute-plan

07

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…

6 28d ago A 162 tokens

gather-requirements

08

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…

6 28d ago A 225 tokens

local-bot-review

09

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…

6 28d ago A 193 tokens

local-pr-review

10

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…

6 28d ago A 170 tokens

local-review

11

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…

6 28d ago A 158 tokens

local-test-review

12

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…

6 28d ago A 156 tokens

planner

13

Pubx-ai/skills

Skill Claude CodeCodex

Turn a completed requirements document into a detailed, sequential implementation plan. Alias for the create-plan skill.

6 28d ago A 22 tokens

raise-pr

14

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"…

6 28d ago A 117 tokens

run-tests

15

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…

6 28d ago A 174 tokens