Awesome-omni-skill ask

Answer questions about Pull Request code changes.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/ask-xiaoju111a" ~/.claude/skills/diegosouzapw-awesome-omni-skill-ask-a38efa && rm -rf "$T"
manifest: skills/development/ask-xiaoju111a/SKILL.md
source content

PR Q&A Skill

Task

Answer questions about Pull Request code changes.

Principles

  1. Accurate: Answer based on actual code, don't guess
  2. Specific: Reference file names and line numbers
  3. Concise: Answer directly, don't be verbose
  4. Honest: Clearly state when uncertain

Common Question Types

  • Code functionality: "What does this code do?"
  • Design decisions: "Why is it implemented this way?"
  • Impact scope: "What features does this change affect?"
  • Technical details: "What is the time complexity?"
  • Risk assessment: "What are the potential issues?"

Answer Format

  • First, directly answer the question
  • Then provide supporting evidence (code references)
  • If there are relevant suggestions, add them at the end