agentuity-cli-git-status
Show GitHub connection status for current project. Requires authentication
Show GitHub connection status for current project. Requires authentication
Extract and review GitHub Pull Requests with comprehensive analysis
Create pull request from current branch with AI-generated title and description. Use when user wants to create a PR for their current branch. Triggers include: - Korean: "PR 만들어줘", "PR 생성해줘", "풀 리퀘스트 만들어줘" - English: "create PR", "open PR", "make pull request" - Context: User has commits on current branch and wants to open PR
manage branches and full pull request lifecycle, from creation to merge
Gitのdiffから明確なコミットメッセージを生成。コミットメッセージ作成時やステージ変更のレビュー時に使用。
GitHub PR 템플릿(.github/PULL_REQUEST_TEMPLATE.md)을 사용해서 한국어로 Pull Request 설명을 작성합니다. 사용자가 PR을 생성하거나 PR 설명을 추가/업데이트하도록 요청할 때 사용하세요.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
变更日志编写技能。当用户需要编写 CHANGELOG、版本发布说明、更新记录,或需要整理 Git 提交历史生成变更日志时使用此技能。
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Destructive Command Guard (DCG) safety hook for all AI coding agents. Rust-based PreToolUse hook that blocks dangerous git and filesystem commands. Use when agent attempts destructive operations, safety verification is needed, or when checking protection status across VMs. Keywords: safety, git reset, rm -rf, destructive, guard, hooks, protection
manage the lifecycle of GitHub Issues, including creation, triage, milestones, search, and sub-issue hierarchy
Git command conventions. Use when running any git commands to avoid blocking on interactive pager.
Finalize and archive a progress file for a GitHub PR: locate the related docs/progress file (prefer PR body Progress link), set Status to DONE, move it to docs/progress/archived/, update docs/progress/README.md, merge the PR with gh, patch the PR body Progress link to point to the base branch so it survives branch deletion, and (when present) patch the planning PR body to include an Implementation PR link. Use when a feature PR is ready to be closed and its progress tracking should be marked DONE.
未コミットの変更を分析し、適切な粒度でコミットを作成してプッシュする。複数の独立した変更がある場合は論理的に分割し、各コミットが独立して動作することを保証する。コミットメッセージは日本語で記述し、「何をしたか」ではなく「なぜしたか」を伝える。
Clean up git branches by analyzing merged/unmerged status, archiving completed work, and organizing active branches. This skill should be used when the user wants to clean up branches, organize their git repository, or review branch status. Triggered by "/clean-branches", "/branches", "clean branches", "check branches", "check branch", or "branches".
Provides module template with include guard, port ordering, and checklist. Triggers when creating a new svc_ module from scratch.
Retrieve GitHub user profile and repository information using the gh CLI tool. Use when the user asks about their GitHub profile, statistics, repositories, or wants to view their GitHub information. Examples: Show me my GitHub profile, What are my top repositories, Get my GitHub stats.