AgentSkillsCN

02 Opinion All Uncommitted Changes

对所有尚未提交的 Git 更改发表意见

SKILL.md
--- frontmatter
description: Opinion on ALL uncommitted Git changes
disable-model-invocation: true
allowed-tools: Read

Context

  • Current Git status: !git status --short
  • Unstaged changes: !git diff
  • Staged changes: !git diff --staged

Your task

Provide your opinion on:

  • Code quality and style consistency with the existing codebase
  • Potential bugs, edge cases, or issues
  • Whether the changes are well-structured and focused
  • Any other suggestions for improvements

Keep your feedback concise and actionable.

Do NOT:

  • Run additional git status, git log, git diff, or git add commands.