wp-pcp-local

Installation
SKILL.md

Plugin Check (PCP) for Local by Flywheel

Run the WordPress Plugin Check plugin (wp plugin check <slug>) against Local sites using the wrapper script bundled with this skill.

Never run bare wp plugin check commands. Always use the wrapper:

bash {{SKILL_DIR}}/scripts/pcp <plugin-slug> [check-args...]

Determinism checklist

Apply DETERMINISM-CHECKLIST.md for this skill run.

Shell compatibility (zsh vs bash)

The default shell in macOS and VS Code terminals is zsh, which does not word-split unquoted variable expansions. A pattern like PCP="bash .../pcp" followed by $PCP my-plugin runs the whole string as a single command name in zsh and fails with no such file or directory.

To make examples work on the first try in both bash and zsh, either:

Installs
2
GitHub Stars
1
First Seen
1 day ago
wp-pcp-local — soderlind/skills