GitHub and Code Skills for OpenClaw
OpenClaw's GitHub skills transform your agent into a powerful development assistant. These skills automate repetitive coding tasks, enforce quality standards, and streamline your development workflow.
Top GitHub Skills
PR Review Assistant
Automatically reviews pull requests for code quality, security vulnerabilities, and style consistency. The agent provides inline comments with suggested improvements and flags potential issues before human reviewers spend time.
Commit Message Generator
Analyzes your staged changes and generates descriptive, conventional commit messages following your project's conventions (Conventional Commits, Angular, or custom formats).
Issue Triage Bot
Monitors new GitHub issues, automatically labels them based on content analysis, assigns priority levels, and routes them to the appropriate team members.
Dependency Updater
Scans your project dependencies for outdated packages and security vulnerabilities. Generates PRs with updated dependencies, including a changelog summary of what changed.
Release Notes Generator
Compiles release notes from merged PRs, commit messages, and closed issues. Outputs formatted markdown ready for GitHub Releases.
Installation
openclaw skill install pr-review-assistant commit-message-gen issue-triage dependency-updater