원클릭으로
zgsync
zgsync에는 tukaelu에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Adds a new CLI command to the zgsync project following the Kong framework pattern. Guides through gathering command name, purpose, and flags, generating cmdXxx.go, registering in cli.go, creating test file scaffolding, and verifying with make test. Triggers on requests like "add command", "add cli command", "implement command", "new command", "create command".
Runs Go code quality checks and auto-fixes formatting issues. Applies gofmt for formatting, go vet for static analysis, and golangci-lint for linting. Auto-fixes what can be fixed automatically and reports issues requiring manual attention. Use when checking code quality, fixing formatting, or running linters. Triggers on requests like "lint fix", "run linter", "fix formatting", "go vet", "lintして", "コードを整形", "フォーマット修正", "コード品質チェック".
Runs Go tests, analyzes failures, and proposes fixes. Use when running tests, investigating test failures, or checking coverage. Triggers on requests like "run tests", "test this", "run the tests", "check test coverage", "テスト実行して", "テスト失敗を確認", "テストを走らせて", "テストが失敗している".
Pushes local changes to remote, analyzes the diff, and auto-generates a PR title and description to create or update a pull request. Triggers on requests like "PRを作成", "プルリクエストを出して", "PRを更新", "create a PR", "open a pull request", "update PR".
Analyzes git changes and creates appropriately granular commits with Conventional Commits format messages. Use when committing code changes, staging files, or creating structured commit history. Triggers on requests like "コミットして", "変更をコミット", "git commit して", "変更をまとめてコミット", "commit changes", "commit this", "create a commit", "stage and commit".