pronskiy/php-src-developer

A Claude Code plugin for working on the PHP language core (php/php-src).

8Stars on the repository
13Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bug-context

01

pronskiy/php-src-developer

Skill Claude CodeCodex

Entry point for a php-src bug fix. Fetches a GitHub issue (and its linked PRs/commits) via the gh CLI, writes the Context phase of SPEC.md in the current directory, and stubs out the remaining phases. Use when the user says "fix GH-12345", "let's work on this php-src bug", "/bug-context", "start a bug fix for issue NN…

8 3mo ago A 153 tokens original MIT

bug-fix

02

pronskiy/php-src-developer

Skill Claude CodeCodex

Locate the root cause in php-src C code and implement the fix so the failing .phpt now passes. Use when the user says "fix the bug", "implement the fix for GH-12345", "/bug-fix", "now write the patch", "find and fix the root cause", or otherwise wants to advance a bug-fix SPEC.md past Reproduction into Analysis & Plan…

8 3mo ago A 113 tokens original MIT

bug-reproduce-test

03

pronskiy/php-src-developer

Skill Claude CodeCodex

Reproduce a php-src bug captured in SPEC.md and convert it into a failing .phpt test. Use when the user says "reproduce the bug", "write a failing test for this issue", "/bug-reproduce-test", "make a phpt that captures GH-12345", "let's prove the bug exists", or otherwise wants to lock down a reproduction case for a…

8 3mo ago A 111 tokens original MIT

bug-verify

04

pronskiy/php-src-developer

Skill Claude CodeCodex

Final step of the php-src bug-fix flow. Runs the related test suite, checks for new compiler warnings, optionally runs the full test suite or AddressSanitizer/Valgrind, and flips SPEC.md status to done. Use when the user says "verify the fix", "/bug-verify", "did I break anything", "run the regression checks", "check…

8 3mo ago A 104 tokens original MIT

idea-prototype

05

pronskiy/php-src-developer

Skill Claude CodeCodex

Turn a one-line hypothesis about php-src into a measurable prototype that proves or disproves the idea. Use when the user says "I have an idea for php-src", "prototype this idea", "/idea-prototype", "let's see if X would speed up Y", "what if PHP supported …", "explore whether …", or otherwise wants to test…

8 3mo ago A 129 tokens original MIT

research

06

pronskiy/php-src-developer

Skill Claude CodeCodex

Search for prior discussion of a php-src bug or idea across four sources: the php.internals mailing list (via externals.io Algolia), GitHub issues and PRs on php/php-src, and the php-src git log. Use when the user says "/research", "look up prior discussion", "search internals for this", "has this been discussed…

8 3mo ago A 176 tokens original MIT

review-local

07

pronskiy/php-src-developer

Skill Claude CodeCodex

Review a local php-src diff (your current branch vs origin/master, or a base ref you provide) against PHP coding standards and produce REVIEW.md. Use when the user says "review my changes", "review this branch", "/review-local", "review the diff before I push", "check my fix", "what would internals reviewers say about…

8 3mo ago A 102 tokens original MIT

review-pr

08

pronskiy/php-src-developer

Skill Claude CodeCodex

Review a php/php-src (or any GitHub) pull request and produce REVIEW.md. After writing the review, ask the user whether to post findings as inline PR comments via gh; never auto-posts. Use when the user says "review PR 12345", "/review-pr 12345", "review this pr", "code review for php-src PR N", "look at this pull…

8 3mo ago C 124 tokens original MIT

upmerge

09

pronskiy/php-src-developer

Skill Claude CodeCodex

Propagate a php-src bug fix from its lowest fix branch up through every higher maintained branch, applying the per-branch NEWS edit and producing one merge commit per hop. Use when the user says "upmerge", "merge up", "propagate fix to higher branches", "forward-port the fix", "/upmerge", or otherwise wants to mirror…

8 3mo ago A 117 tokens original MIT