com um clique
dotfiles
dotfiles contém 4 skills coletadas de chasinglogic, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Address unresolved review comments on the current pull request, asking the user to choose when multiple valid resolutions exist, then validate, commit, push, and resolve the comments that were fixed. Use only when the user explicitly invokes $address-comments.
Create one or more atomic git commits from the current worktree, choosing ticket-prefixed summaries when the branch name contains a ticket identifier and falling back to conventional commit prefixes otherwise. Use only when the user explicitly invokes $commit to prepare, commit, and optionally push current changes.
Create a GitHub pull request for the current branch targeting the repository default branch, using a ticket-based title when the branch includes a ticket identifier and a description that explains what changed and why. Use only when the user explicitly invokes $pr.
Review the current branch diff against the repository integration branch, preferring `origin/develop` when it exists and otherwise using `origin/main`, then examine the changed files through frontend, backend, and infrastructure lenses as applicable and synthesize findings into one prioritized report. Use only when the user explicitly invokes $review to run a manual code review.