com um clique
everygsm-server-v2
everygsm-server-v2 contém 5 skills coletadas de themoment-team, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
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.