Skip to main content
Run any Skill in Manus
with one click
GitHub repository

zgsync

zgsync contains 5 collected skills from tukaelu, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
5
Stars
2
updated
2026-02-21
Forks
2
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

add-cli-command
software-developers

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".

2026-02-21
go-lint-fix
software-quality-assurance-analysts-and-testers

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して", "コードを整形", "フォーマット修正", "コード品質チェック".

2026-02-20
go-test
software-quality-assurance-analysts-and-testers

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", "テスト実行して", "テスト失敗を確認", "テストを走らせて", "テストが失敗している".

2026-02-20
git-pr
software-developers

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".

2026-02-20
git-commit
software-developers

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".

2026-02-20