pronskiy

13 mods across 2 repositories, 131 stars between them.

pronskiy/php-src-developer

Instructions file

Instructions for pronskiy/php-src-developer, covering php-core-developer, execution model, spec.md is the state, review.md is one-shot and working-directory convention.

8 3mo ago A 1,423 tokens original MIT

php-core-developer

03

pronskiy/php-src-developer

Plugin Claude Code

Claude Code plugin for developing the PHP language core (php-src): bug fixing, idea prototyping, and code review.

8 3mo ago A tokens not measured original MIT

php-core-dev

04

pronskiy/php-src-developer

Agent

PHP core (php-src) developer. Knows C internals patterns, .phpt tests, autotools build, run-tests.php, PHP CODINGSTANDARDS, and the gh CLI for issues/PRs. Use for any work inside the php-src checkout — bug fixes, idea prototypes, code reviews — and as the dispatcher for the bug-context / bug-reproduce-test / bug-fix /…

8 3mo ago A 284 tokens original MIT

bug-context

05

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

06

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

07

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

08

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

09

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

10

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

11

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

12

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

13

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