원클릭으로
dotfiles
dotfiles에는 chasinglogic에서 수집한 skills 4개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.