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…
Pubx-ai/skills
SkillsMP has collected 15 skills from Pubx-ai/skills. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 15
- GitHub stars
- 6
- GitHub forks
- 0
Skills in this repository
Showing 15 of 15 collected skills.
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…
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",…
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…
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…
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…
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…
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…
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",…
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…
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…
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",…
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…
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…
Turn a completed requirements document into a detailed, sequential implementation plan. Alias for the create-plan skill.