بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف SOC المهني
| 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。