Skip to main content
shopsys
GitHub 제작자 프로필

shopsys

3개 GitHub 저장소에서 수집된 64개 skills를 저장소 단위로 보여줍니다.

수집된 skills
64
저장소
3
업데이트
2026년 8월 27일
저장소 탐색

저장소와 대표 skills

commit-conventions
미분류

Shopsys commit conventions — atomic functional units (tests with code, lockfiles and migrations with their cause), message format (lowercase, no period, present tense for behaviour / past tense for code changes, area and ClassName prefixes, no "fix:", never…

2026년 8월 27일
commit
미분류

Interactive commit workflow — analyzes all uncommitted changes, proposes atomic, logically grouped commits with messages following commit-conventions, and executes them only after the user approves the groups. Use when the user asks to commit their current…

2026년 8월 27일
nightly-triage
미분류

Triage of a failed nightly verification run — fix-first. Diagnoses every failed target and attempts a fix for each real failure: deterministic fixers run inside the failing run's own CI images take precedence in their domain; everything else gets a minimal…

2026년 8월 27일
coding-conventions
미분류

Coding principles and conventions for the Shopsys monorepo — DRY/KISS/reuse, comment and docblock quality, test-code rules, the per-folder visibility/typing rules (packages vs project-base vs utils), and documentation best practices. Read it before writing or…

2026년 8월 26일
test-writing
미분류

This skill MUST be used when the user asks to write tests, add tests, create test cases, run/execute/re-run/debug tests, test a specific class or method, or when working on any *Test.php file in this Shopsys application. Applies codebase-specific best…

2026년 8월 24일
test-writing
미분류

This skill MUST be used when the user asks to write tests, add tests, create test cases, run/execute/re-run/debug tests, test a specific class or method, or when working on any *Test.php file in this Shopsys application. Applies codebase-specific best…

2026년 8월 24일
standards-autofix
소프트웨어 개발자

Finishes a failed coding-standards check: the pipeline has already run `phing standards-fix`, so this fixes by hand what the fixer could not (phpstan, phplint, twig-lint, leftover ecs), then packages everything as fixup! commits targeting the PR commits that…

2026년 8월 13일
standards-autofix
소프트웨어 개발자

Fixes the violations reported by a failed coding-standards check (ecs, phpstan, phplint, twig-lint, markdown, yaml, eslint) by editing the source directly from the check's log, then packages the fixes as fixup! commits targeting the commits that introduced…

2026년 8월 13일
수집된 skill 53개 중 8개를 표시합니다.
review-open-prs
미분류

Fan-out code review of multiple/all open PRs - one parallel worktree-isolated agent per PR, each following the review-pr skill protocol, then cross-PR verification, cleanup and summary. Use when asked to review all open PRs or several PRs at once; a single PR…

2026년 8월 20일
review-pr
미분류

Detailed code review of ONE pull request - scope vs its (possibly stacked) base, verification-first findings (render + tests + web research), posting a GitHub review with anchored inline comments signed "Claude Agent (CR)". Use when asked to review a specific…

2026년 8월 20일
create-issue
미분류

Conventions for creating GitHub issues in this repository - body structure, title prefixes, the label taxonomy and cross-linking rules. Use whenever filing new issues or turning analysis/review findings into backlog items.

2026년 8월 19일
debug-deploy
미분류

Diagnosing a failed deploy on a real cluster - identifying which phase failed from the end states, where the logs are, recovery commands, and what must NOT be done. Use when a helmfile/wrapper deploy fails or behaves unexpectedly.

2026년 8월 19일
helm-kubernetes-guidelines
미분류

Helm and Kubernetes best practices plus this repository's hard-won gotchas (template pitfalls, hook lifecycle, secrets patterns, determinism rules). Read BEFORE writing or modifying any chart template, values file or hook.

2026년 8월 19일
implement-issue
미분류

Lifecycle of implementing a backlog issue - triage, scope decisions, the PR flow and the closing retrospective comment. Use when asked to implement an issue from the tracker.

2026년 8월 19일
prepare-pr
미분류

End-to-end workflow for preparing a pull request in this repository - branching, implementation checklist, the full verification suite, commit/PR conventions and stacked-PR handling. Use whenever implementing an issue or any change that will become a PR.

2026년 8월 19일
sync-upstream-deployment
미분류

Porting changes from the legacy shopsys/deployment package (upstream PRs, manifest fixes) into these charts. Use when asked to review/port upstream deployment PRs or to check what changed upstream.

2026년 8월 19일
수집된 skill 9개 중 8개를 표시합니다.
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다