learn-from-code-review
Installation
SKILL.md
Learn from Code Review
Analyze code review comments from GitHub pull requests and distill them into reusable skills or repository guidelines that improve future code quality.
Overview
Code review feedback contains valuable institutional knowledge that often gets buried across hundreds of PRs. This skill extracts meaningful patterns from review comments and transforms them into:
- Repository-specific skills - Placed in
.openhands/skills/for domain-specific patterns - AGENTS.md guidelines - Overall repository conventions and best practices
Prerequisites
GITHUB_TOKENenvironment variable must be set- GitHub CLI (
gh) should be available