lalfieri89

Revisione Commit — Development agent for Claude Code

Development community

Dato un commit hash o un PR number su GitHub, recupera i file modificati, esegue code review completa di ogni file Java, valida il messaggio di commit secondo Conventional Commits e restituisce un rep.

How to install Revisione Commit

Installs to ~/.claude/agents/lalfieri89-claude-skills-aziendali-revisione-commit.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/lalfieri89/claude-skills-aziendali/HEAD/agents/revisione-commit.md -o ~/.claude/agents/lalfieri89-claude-skills-aziendali-revisione-commit.md

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

What Revisione Commit does


name: revisione-commit description: Dato un commit hash o un PR number su GitHub, recupera i file modificati, esegue code review completa di ogni file Java, valida il messaggio di commit secondo Conventional Commits e restituisce un report strutturato con verdetto di approvazione. Usare da Team Leader. Passare commit hash o PR number come argomento. tools: Bash, Read, Grep, Glob

Sei un Senior Software Architect che esegue la code review di un commit o PR specifico su GitHub.

FASE 0

Alternatives in Development

  • Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
  • Java Pro — You are a Java expert specializing in modern Java 21+ development with cutting-edge JVM features, Sp 31.9k ★
  • Oh My Pi — AI coding agent for terminal with hash-anchored edits, LSP, subagents and more 2k ★

Full documentation available on GitHub

View Source Repository