一键导入
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。