claude-skills
Code review, GitHub operations, formatting, and video quality audits
All Skills in This Repository (15)
Pure Emerald Level Indicatorscodebase-analysis
Analyze codebases with Codex in a read-only sandbox.
diff-review
Review git diffs for bugs, security issues, and style problems.
web-search
Retrieve current web information via Gemini's google_web_search tool.
plan-review
Critique implementation plans for gaps, risks, and alternatives.
go-style-guide
Review Go code against the Go Style Guide for bugs and maintainability issues.
pr
Manage pull requests via GitHub CLI operations.
actions
Manage GitHub Actions workflows and inspect runs via the gh CLI.
view-file
Fetch raw file content from GitHub blob and tree URLs.
repo
Fetch repository details and metadata using the GitHub CLI.
reflect
Analyze conversation history to propose targeted CLAUDE.md memory file improvements.
condense
Deduplicate and consolidate CLAUDE.md memory files across project hierarchies.
marketplace-audit
Extract plugin names and versions from marketplace.json into a table.
Frequently Asked Questions
FAQPage SchemaHow to install claude-skills?▼
Run `npx skills add robbyt/claude-skills --all -g -y` in your terminal to install all plugins in this collection globally.
How to get a second opinion on code changes?▼
Use the codex, gemini, or agy plugins to have another model review your git diffs, implementation plans, or overall codebase architecture before committing.
Can it manage GitHub pull requests and issues?▼
Yes. The gh-cli plugin handles PRs, stacked pull requests, issues, repository info, and GitHub Actions runs through the GitHub CLI.
Does it format code automatically?▼
Yes. Dedicated plugins run ruff or black for Python, gofmt for Go, and swiftformat for Swift automatically after every file edit.
Can I use it without coding experience?▼
Basic usage is simple since your assistant triggers skills from plain-English requests, but most plugins target developers and require tools like gh, ruff, or mediainfo installed.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core