Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/spryker-sdk/ai-dev --skill code-reviewコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Use this skill whenever the user wants to onboard a Spryker project onto a project-owned Cypress E2E baseline in place of Spryker's internal demo-shop test suites. Trigger on phrases like "migrate off spryker/cypress-tests", "remove the demo-shop cypress/robot suites", "set up project-owned cypress testing", "bootstrap cypress-boilerplate for this project", "onboard this project onto cypress", "integrate cypress-boilerplate", or any request to replace `spryker/cypress-tests` / `spryker/robotframework-suite-tests` with a project's own Cypress setup. This is a one-time setup/migration skill — it removes the old suites, vendors in the already-adapted `tests/cypress-boilerplate/` implementation from the spryker-shop/b2b-demo-marketplace repository (the proven reference implementation), wires up CI, and generates the companion day-to-day `cypress-tests` skill for the target project. It is written to be project-agnostic for the *target* project: every step discovers the target's actual conventions (hostnames, fixtu
Use whenever the user wants to implement a Spryker customization from a PRD or acceptance criteria. Triggers include "build this", "implement this", "here is a PRD - build it", "add X for the demo", "build this PoC", "production-quality build". Drives the full workflow from intake to commit, choosing a quality bar (PoC or MVP) at the start and delegating focused work (research, verification, debugging, test-data setup, refresh, Cypress E2E coverage, demo-artifact capture) to the spryker-* subagents and skills. Never auto-commits; the user always confirms.
Use at the very start of a new customer project, on an unmodified (booted or not) clone of a Spryker b2b/b2b-marketplace demoshop — 'turn this demoshop into our project', 'start the project setup', 'run the project starter'. Also the trigger for 'give me the setup questionnaire' / 'here are my filled setup answers — run it autonomously', and the resume entry when a prior run left .ai-dev/project-setup.md. Collects the nine setup decisions either from a pre-filled questionnaire (references/questionnaire.md — no interview) or a live batched interview, then orchestrates the other project-start skills in autonomous or collaborative mode.
| name | code-review |
| description | Use when code review is requested |
git diff $(git merge-base HEAD master)size — trivial (≤~10 changed lines, 1 file) → 1, normal → 3-5, complex → 5. With neither supplied, use 3-5 (the unchanged default). A count of 1 is a smaller fan-out, never a skipped review: the reviewer applies the full spryker-code-reviewer criteria and its findings gate exactly as 3-5 reviewers' would.When reporting issues, always use the clickable file path format:
<path_from_git_root>:<line_number>src/Spryker/Session/src/Spryker/Yves/Session/SessionConfig.php:10This format is recognized by most IDEs and terminals, allowing users to click and navigate directly to the issue location.