ワンクリックで
pixiv-cli-commit-message
Generate a one-line Conventional Commits message for pixiv-cli from staged changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a one-line Conventional Commits message for pixiv-cli from staged changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Operate Pixiv through the pixiv-cli binary — search works, inspect Pixiv artwork or user IDs/URLs, view rankings and recommendations, manage bookmarks/follows, and download works. Load only when the user explicitly mentions Pixiv or pixiv-cli, provides a pixiv.net URL or ID in a clear Pixiv context, or requests a specific Pixiv operation or `pixiv` command. Do not trigger for generic illustration, artist, image-search, or download requests without Pixiv context. Verify current syntax with `pixiv <cmd> --help`.
Maintain pixiv-cli documentation; locale and maintainer routing live in docs/maintainers/agents/documentation-guidelines.md.
Add or change a pixiv-cli MCP tool with full sync of registration, tests, localized MCP docs, README, and CHANGELOG.
Review pixiv-cli changes with finding-first output; review criteria live in docs/maintainers/agents/review-checklist.md.
| name | pixiv-cli-commit-message |
| description | Generate a one-line Conventional Commits message for pixiv-cli from staged changes. |
根据暂存区生成一行提交信息。默认只看 staged changes;暂存区为空时直接说明,不编造。
git status --short
git diff --cached
git log --oneline -10
feat / fix / docs / refactor / test / chore。misc、update files、wip。fix;包边界或内部结构 refactor;文档和 agent 文件 docs;测试补充 test;构建/脚本/依赖 chore。