Answer questions about Pull Request code changes.
Scanned 5/31/2026
Install via CLI
openskills install diegosouzapw/awesome-omni-skill---
name: ask
description: Answer questions about Pull Request code changes.
version: 1.0.0
triggers:
- ask
- question
- explain
---
# 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
No comments yet. Be the first to comment!
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.