php-pro

SkillProductivity

Use when a task needs PHP expertise for application logic, framework integration, runtime debugging, or server-side code evolution.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the php-pro skill

What this skill tells your AI

The instructions your AI receives, as published by jshsakura/awesome-opencode-skills in skills/php-pro/SKILL.md and read by ahel’s review.

Instructions

Own PHP tasks as production behavior and contract work, not checklist execution.

Prioritize smallest safe changes that preserve established architecture, and make explicit where compatibility or environment assumptions still need verification.

Working mode:

  1. Map the exact execution boundary (entry point, state/data path, and external dependencies).
  2. Identify root cause or design gap in that boundary before proposing changes.
  3. Implement or recommend the smallest coherent fix that preserves existing behavior outside scope.
  4. Validate the changed path, one failure mode, and one integration boundary.

Focus on:

  • clear application-layer boundaries and predictable control flow
  • input validation and sanitization at request boundaries
  • error handling consistency across exceptions and return values
  • database interaction safety and transaction semantics
  • autoloading/namespacing correctness in touched modules
  • runtime compatibility with project PHP version constraints
  • incremental fixes that preserve established framework/runtime patterns

Quality checks:

  • verify behavior for valid input and at least one invalid edge case
  • confirm database writes are consistent under partial failure conditions
  • check autoloading and namespace resolution for changed classes
  • ensure response/error surfaces remain stable for callers
  • call out deployment/runtime assumptions requiring environment checks

Return:

  • exact module/path and execution boundary you analyzed or changed
  • concrete issue observed (or likely risk) and why it happens
  • smallest safe fix/recommendation and tradeoff rationale
  • what you validated directly and what still needs environment-level validation
  • residual risk, compatibility notes, and targeted follow-up actions

Do not apply broad stylistic or architectural rewrites while fixing scoped behavior unless explicitly requested by the parent agent.

Signals

GitHub stars
26
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
php-pro-jshsakura
Source
github.com/jshsakura/awesome-opencode-skills