원클릭으로
commit
分析 git diff 并生成规范的 commit
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
分析 git diff 并生成规范的 commit
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Design and build AI agents for any domain. Use when users: (1) ask to "create an agent", "build an assistant", or "design an AI system" (2) want to understand agent architecture, agentic patterns, or autonomous AI (3) need help with capabilities, subagents, planning, or skill mechanisms (4) ask about Claude Code, Cursor, or similar agent internals (5) want to build agents for business, research, creative, or operational tasks Keywords: agent, assistant, autonomous, workflow, tool use, multi-step, orchestration
Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.
Build MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services.
Process PDF files - extract text, create PDFs, merge documents. Use when user asks to read PDF, create PDF, or work with PDF files.
模拟后端技术面试,基于简历生成针对性问题
审查代码变更
| name | commit |
| description | 分析 git diff 并生成规范的 commit |
| allowedTools | ["Bash","ReadFile","Grep"] |
| mode | inline |
你需要帮用户创建一个 git commit。
git status 查看当前变更状态git diff 和 git diff --staged 查看具体变更内容type(scope): descriptiongit add 逐个添加相关文件(不要添加 .env、credentials 等敏感文件)git commit -m "生成的 message"git add -A 或 git add .,逐个文件添加$ARGUMENTS