Skip to main content

wp-media/mcp-oauth

SkillsMP has collected 15 skills from wp-media/mcp-oauth. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
15
GitHub stars
0
GitHub forks
0

Skills in this repository

Showing 15 of 15 collected skills.

occupation
Computer Occupations, All Other
description

User-facing entry point for the agentic delivery pipeline. Invoke directly — or via "work on issue 123" / "/task 123" / "#123" / a pasted description — to start a delivery run. Runs inline in your conversation context; spawns specialist agents (ticket-writer,…

updated
occupation
Software Developers
description

Adversarially review a grooming spec before implementation starts. Finds hidden risks, unvalidated assumptions, and missing dependencies. Standalone entry point for the challenger agent.

updated
occupation
Software Developers
description

Generate a categorized changelog from merged PRs since the last release. Use when asked for "changelog", "release notes", or "what changed since last release".

updated
occupation
Software Developers
description

Update developer-facing documentation to reflect code changes. Runs two ways: (1) inline inside the implementer (step 2.5) where it receives the explicit list of changed files, and (2) standalone when a user invokes it directly, where it discovers scope…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Run the Definition of Done checklist for the current branch and report PASS/WARN/FAIL with evidence. Works in the delivery pipeline (layer 1 self-check inside the implementer; layer 2 independent gate from the orchestrator) and as a standalone skill a user…

updated
occupation
Software Developers
description

Consult group.one coding and technical recommendations (GOPEN) when setting up a new repository, scaffolding new components, choosing an architecture pattern, or when the user asks to improve structure/quality according to group.one guidelines. Do NOT invoke…

updated
occupation
Software Developers
description

Groom a single issue — produce an implementation spec and optionally post the grooming summary as an issue comment. Standalone entry point for the grooming-agent.

updated
occupation
Software Developers
description

Read and refresh a pre-built dependency graph at .claude/graph/dependency-graph.json. Use to locate where a symbol is defined, trace dependencies, find where a service is wired, or enumerate the handlers/registrations in a module — without re-scanning the…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Run QA validation on a pull/merge request — boots the local environment, tests acceptance criteria, and optionally posts the report as a PR/MR comment. Standalone entry point for the qa-engineer agent.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Run a lead code review on the current branch or a given PR/MR. Standalone entry point for the lead-reviewer agent.

updated
occupation
Software Developers
description

Add or modify a WordPress ability using the WordPress Abilities API (WP 6.9+, wp_register_ability) and expose it to the REST API and MCP. Covers registration, ability categories, permission checks, input/output schema rigor, annotations…

updated
occupation
Software Developers
description

Trace a WordPress plugin bug from symptom to root cause along the hook → handler → service/query → DB/REST execution path, and trace a feature's full data flow (UI → REST → PHP → DB → back). Use when a bug is reported or unexpected behaviour is observed, or…

updated
occupation
Software Developers
description

Check a change against WordPress.org plugin rules, the repository's PHPCS standards, and a WordPress security checklist. Use when modifying templates, admin UI, output, hooks, REST routes, database access, plugin metadata, sanitization, or escaping — or when…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Write PHPUnit unit or integration tests for a WordPress plugin class or method. Decides unit vs integration based on whether any WordPress function is called in the method's call chain — pure PHP uses Brain\Monkey + Mockery (unit); anything touching WordPress…

updated
occupation
Software Developers
description

Audit WordPress plugin file(s) for database query performance issues: uncached queries on always-run admin hooks, N+1 queries in loops, missing $wpdb->prepare(), blocking work on save/update requests (post saves, options/settings saves, term/user saves,…

updated
Showing 15 of 15 collected skills.