github▌
101 indexed skills · max 10 per page
github-pr-review
fvadicamo/dev-agent-skills · Productivity
Resolve PR review comments with severity-based prioritization, fix application, and thread replies. \n \n Fetches inline comments and review bodies from GitHub, classifies by severity (CRITICAL > HIGH > MEDIUM > LOW), and displays a structured summary table before processing \n Parses CodeRabbit review sections (outside diff, duplicate, nitpick) and uses embedded \"Prompt for AI Agents\" context to understand issues and suggested fixes \n Applies fixes with user confirmation, commits functionall
skill-from-github
gbsoss/skill-from-masters · Productivity
Learn from quality GitHub projects to create custom agent skills. \n \n Guides you through searching GitHub for well-maintained projects (100+ stars, recent updates) that solve a specific problem, then presents top candidates for your review \n Walks through a structured deep-dive process: reading READMEs, examining core source files, extracting algorithms and patterns, and identifying best practices \n Encodes learned knowledge directly into a new skill via skill-creator, rather than simply wra
git-city-3d-github-visualization
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
github-triage
code-yeongyu/oh-my-opencode · Productivity
Read-only GitHub issue and PR analyzer that spawns parallel background tasks for evidence-backed triage reports. \n \n Fetches all open issues and PRs, classifies each by type (bug, feature, question, etc.), and spawns one quick background subagent per item for parallel analysis \n Every factual claim in reports requires a GitHub permalink to specific code lines or commits; unverifiable statements are marked [UNVERIFIED] and carry no weight \n Generates individual markdown reports to /tmp/{datet
github-trending
majiayu000/claude-arsenal · Productivity
Real-time discovery and analysis of GitHub trending repositories, developers, and technology trends. \n \n Tracks trending projects across languages, timeframes (daily/weekly/monthly), and categories; identifies viral, steady-growth, and niche projects worth monitoring \n Analyzes projects using metrics like star velocity, contributor activity, documentation quality, and community responsiveness to distinguish hype from genuine value \n Covers emerging tech domains including AI/LLM tooling, Rust
github-deep-research
bytedance/deer-flow · Productivity
Comprehensive GitHub repository analysis through multi-round research combining API data, web search, and structured reporting. \n \n Executes four research rounds: GitHub API extraction, discovery searches, deep investigation with web fetching, and timeline analysis from commits and issues \n Produces structured markdown reports with executive summaries, chronological timelines, metrics tables, and Mermaid diagrams for architecture and comparisons \n Implements source prioritization (official d
github
kostja94/marketing-skills · Productivity
Guides GitHub for parasite SEO, GEO (AI citation), and curated list creation. GitHub is a Tier 2 Technical Authority platform—high domain authority, fast indexing, very high AI citation probability. Use for repos, README, GitHub Pages, gists, and Awesome-style navigation lists.
github-workflow-automation
sickn33/antigravity-awesome-skills · Productivity
AI-assisted automation for GitHub workflows including PR reviews, issue triage, CI/CD integration, and Git operations. \n \n Automated PR reviews with diff analysis, issue detection, and formatted feedback comments \n Issue triage with AI classification, auto-labeling, severity assessment, and stale issue management \n Smart test selection and deployment validation based on changed files and risk analysis \n Git operations including automated rebasing, conflict resolution, cherry-pick assistance
read-github
am-will/codex-skills · Productivity
Read and search GitHub repository documentation through the gitmcp.io MCP service. \n \n Converts GitHub URLs to gitmcp.io endpoints and provides CLI access via scripts/gitmcp.py for fetching docs, searching documentation semantically, and searching code via GitHub API \n Four core tools available per repository: fetch full documentation, semantic search within docs, exact-match code search, and fetch external URLs referenced in documentation \n Tool names are dynamically generated and prefixed
create-github-pull-request-from-specification
github/awesome-copilot · Productivity
Automated GitHub pull request creation from specification templates with draft-to-review workflow. \n \n Reads pull request template from .github/pull_request_template.md and extracts requirements to populate PR body and title \n Checks for existing pull requests on the target branch before creation to prevent duplicates \n Progresses pull requests from draft status to ready for review, then auto-assigns to the creator \n Analyzes PR diffs to ensure specification changes are properly documented