commit-message
Generates commit messages. Use before any git operations involving a commit, or when writing, generating, or creating commit messages.
Generates commit messages. Use before any git operations involving a commit, or when writing, generating, or creating commit messages.
List and resolve GitHub PR review comments. Use when working with PR feedback, addressing review comments, or marking threads resolved.
CLAUDE.md/AGENTS.md等のコアルールファイルの保守・更新を対話で行い、3環境同期と整合性を維持したまま反映する。CLAUDE.md更新、コアルール変更、ルール追加、パス辞書更新、ワークフロー索引更新を依頼されたときに使用する。
Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.
Gitの変更を検出してConventional Commits形式で日本語コミットメッセージを自動生成・実行するスキル。コード変更後やユーザーが「コミットして」「変更を保存」などと発言したときに使用する。git add、git commit、変更の分析を含む。
life-os/ 目录的文件读写规范。处理 Markdown 笔记、YAML frontmatter、wiki-links、模板变量。当需要在 life-os/ 目录中创建、编辑、查找笔记时使用此技能。
Clean up git branches marked as [gone] that have been deleted on the remote but still exist locally.
Use when creating, updating, or syncing Codex skills for this repo, including installing skills into CODEX_HOME and using scripts/sync_skills.ps1 to symlink repo skills; also use when drafting a new SKILL.md or adjusting skill folder structure.
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
Generates clear commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or when the user asks to create a commit.
Load project state and workflow context before starting any coding task. Use automatically when beginning work, implementing features, fixing bugs, or continuing a project.
aytordev directory structure and module placement. Use when creating new modules, deciding where files belong, or understanding the modules/ organization. Covers platform separation (nixos/darwin/home/common) and auto-discovery.
Run `codex review` plus PAL `codereview` (via the `pal-mcporter` skill) against a git base ref, then merge both outputs into one prioritized, actionable review.
Generate conventional commit messages following best practices. Use when creating structured git commit messages.
This skill should be used when the user says "commit changes", "commit this", "commit my work", "save to git", "save my changes", "push this", "push my work", "create a commit", or wants to save their work to version control. Handles the full git workflow including staging, committing, and pushing.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Workflow for addressing review feedback on your pull requests. Use when YOUR PR has been reviewed and you need to respond to comments with fixup commits.
GitHub CLI authentication and GraphQL API usage for safe GitHub operations
Handle PR comment feedback and update the plan accordingly