rodrigoscharp

Revisao PR — Git skill for Claude Code

Git community

Practice responding to PR review comments in English with Priya, the senior engineer persona.

How to install Revisao PR

Installs to ~/.claude/skills/rodrigoscharp-devspeak-revisao-pr/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rodrigoscharp-devspeak-revisao-pr && curl -fsSL https://raw.githubusercontent.com/rodrigoscharp/Devspeak/HEAD/commands/revisao-pr.md -o ~/.claude/skills/rodrigoscharp-devspeak-revisao-pr/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Revisao PR does


description: Practice responding to PR review comments in English with Priya, the senior engineer persona.

/devspeak:revisao-pr

Start a Devspeak role-play session for the `pr-review-discussion` scenario with the `priya` persona.

  1. Determine what code Priya is reviewing:
    • If the current directory is a git repository, run git diff (uncommitted changes), falling back to git diff --staged, then git show HEAD if both are empty.
    • If there's no git repo or no diff at all, us

Alternatives in Git

  • Address PR Comments 71.9k ★
  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★

Full documentation available on GitHub

View Source Repository