بنقرة واحدة
everygsm-server-v2
يحتوي everygsm-server-v2 على 5 من skills المجمعة من themoment-team، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.
Skills في هذا المستودع
Git Flow-aware commit skill that auto-detects branch context, separates changes into logical units, and writes messages following project conventions loaded from .claude/skills/commit/references/commit-convention.md
Analyzes commits since branching from base, generates PR title/body following project conventions, and creates the PR via GitHub CLI.
Guides through DB schema change workflows in the correct order (Entity → DTO → Repository → Service → Test) with JPA DDL warnings and 2-phase column deletion strategy.
Collect PR review comments, critically assess each one against project conventions, auto-apply valid ones, post refutation replies for invalid ones, and prompt for partial ones. Replaces resolve-pr-comments.
Scans changed files for hardcoded secrets, SQL injection risks, missing auth/authz, and sensitive data in logs. Uses grep-based pattern matching on git diff output.