원클릭으로
dotfiles
dotfiles에는 sakuro에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Generates changelog entries for Factorio MODs from commits since the last release. Use when the user wants to update changelog.txt, add changelog entries, or document changes for a Factorio MOD.
Start Hanami dev server (bin/dev) in background. Use proactively at the start of a Hanami development session, or whenever bin/dev is not running — e.g. when assets watch is needed for tests, when the web server must be up, or when the user asks to start the dev environment.
Git Commit Command
Create a GitHub issue. Use when the user wants to create an issue, open an issue, or report a bug/feature request.
Start working on a GitHub issue. Use when the user wants to work on an issue, start an issue, or begin implementation.
Prepare a new release by triggering GitHub Actions release workflow. Invoke with /prepare-release VERSION
Generates changelog entries from commits since the last release. Use when the user wants to update CHANGELOG.md, add changelog entries, or document changes.
Reviews a GitHub pull request. Use when the user wants to review a PR, get feedback on changes, or check code quality.
Creates GitHub pull requests following project conventions. Use when the user wants to create a PR, open a pull request, or publish their changes for review.
Fixes RuboCop offenses systematically and safely. Use when the user wants to reduce RuboCop warnings, clean up .rubocop_todo.yml, fix linting errors, or improve code style compliance.
Safely merges GitHub pull requests using gh CLI. Use when the user wants to merge a PR, merge a pull request, or complete code review.