Agent skills · Version control
50 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.
- acreadiness-assess ★ 38,819
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github: - brag-sheet ★ 38,819
Turn vague "what did I do?" into evidence-backed impact statements for performance reviews, self-reviews, promotion packets, and weekly upda - breakdown-test ★ 38,819
Test Planning and Quality Assurance prompt that generates comprehensive test strategies, task breakdowns, and quality validation plans for G - commit-message-storyteller ★ 38,819
Analyzes git diffs or staged changes and generates narrative commit messages that explain WHY a change was made, not just what changed — fol - conventional-branch ★ 38,819
Create Git branches following the Conventional Branch specification (feature/, bugfix/, hotfix/, release/, chore/). Use when creating a new - conventional-commit ★ 38,819
Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descript - copilot-instructions-blueprint-generator ★ 38,819
Technology-agnostic blueprint generator for creating comprehensive copilot-instructions.md files that guide GitHub Copilot to produce code c - create-github-action-workflow-specification ★ 38,819
Create a formal specification for an existing GitHub Actions CI/CD workflow, optimized for AI consumption and workflow maintenance. - create-github-issue-feature-from-specification ★ 38,819
Create GitHub Issue for feature request from specification file using feature_request.yml template. - create-github-issues-feature-from-implementation-plan ★ 38,819
Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates. - create-github-issues-for-unmet-specification-requirements ★ 38,819
Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template. - dependabot ★ 38,819
Comprehensive guide for configuring and managing GitHub Dependabot. Use this skill when users ask about creating or optimizing dependabot.ym - generate-custom-instructions-from-codebase ★ 38,819
Migration and code evolution instructions generator for GitHub Copilot. Analyzes differences between two project versions (branches, commits - git-commit ★ 38,819
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit chan - git-flow-branch-creator ★ 38,819
Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching mod - github-actions-efficiency ★ 38,819
Audit GitHub Actions workflow efficiency and recommend fixes to reduce CI minutes and costs. - github-actions-hardening ★ 38,819
Security hardening reviewer for GitHub Actions workflow files (.github/workflows/*.yml). Reasons about the Actions threat model that pattern - github-actions-runtime-upgrade-conventions ★ 38,819
Upgrade GitHub Actions to supported runtimes by selecting safe action versions, preserving workflow behavior, and validating post-upgrade ex - github-codespaces-efficiency ★ 38,819
Audit and improve GitHub Codespaces efficiency. Use this skill when a user wants faster Codespaces startup, lower Codespaces spend, slim dev - github-copilot-starter ★ 38,819
Set up complete GitHub Copilot configuration for a new project based on technology stack - github-issues ★ 38,819
Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task is - github-release ★ 38,819
Guides IA through releasing a new version of a GitHub library end-to-end. Handles SemVer versioning and Keep a Changelog formatting automati - gitmoji ★ 38,819
Generates commit messages following the gitmoji convention (https://gitmoji.dev) — picks the right emoji for the intent of the change and wr - issue-fields-migration ★ 38,819
Bulk-migrate metadata to GitHub issue fields from two sources: repo labels (e.g. priority labels to a Priority field) and Project V2 fields. - make-repo-contribution ★ 38,819
All changes to code must follow the guidance documented in the repository. Before any issue is filed, branch is made, commits generated, or - pr-dashboard ★ 38,819
Open a GitHub PR dashboard in the browser. Use when the user asks to see their pull requests, open the PR dashboard, show PRs for a date ran - premium-frontend-ui ★ 38,819
A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architec - repo-standardizer ★ 38,819
Polish any GitHub repository's surface — labels (emoji rating tiers, P0–P3 priority, impact severity), issue forms, PR template, CI workflow - repo-story-time ★ 38,819
Generate a comprehensive repository summary and narrative story from commit history - screen-recording ★ 38,819
Create annotated animated GIF demos and screen recordings for pull requests and documentation. Covers frame capture, timing, imageio-based G - secret-scanning ★ 38,819
Guide for configuring and managing GitHub secret scanning, push protection, custom patterns, and secret alert remediation. For pre-commit se - suggest-awesome-github-copilot-agents ★ 38,819
Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history - suggest-awesome-github-copilot-instructions ★ 38,819
Suggest relevant GitHub Copilot instruction files from the awesome-copilot repository based on current repository context and chat history, - suggest-awesome-github-copilot-skills ★ 38,819
Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding du - tldr-prompt ★ 38,819
Create tldr summaries for GitHub Copilot files (prompts, agents, instructions, collections), MCP servers, or documentation from URLs and que - differential-review ★ 6,975
Performs security-focused differential review of code changes. Adapts analysis depth to codebase size, uses git blame for context, calculate - github-triage ★ 6,975
Triages a repository's open GitHub issues and pull requests via the gh CLI. Optionally reviews and merges ready PRs — incrementally merging - graph-evolution ★ 6,975
Compares Trailmark code graphs at two source code snapshots (git commits, tags, or directories) to surface security-relevant structural chan - review-pr ★ 6,975
Reviews the current branch's changes against its base branch as a pull request: correctness of new and modified code, test coverage for it, - trailmark-review-gate ★ 6,975
Runs a Trailmark structural review gate over a branch, pull request, fix commit, release diff, or git ref range to detect new entrypoints, n - autoresearch-agent ★ 25,768
Autonomous experiment loop that optimizes any file by a measurable metric. Inspired by Karpathy's autoresearch. The agent edits a target fil - cfo-review ★ 25,768
/cs:cfo-review <plan> — Numerate-skeptic interrogation of any plan that touches money. Unit economics, runway, dilution, capital allocation. - changelog-generator ★ 25,768
Produce consistent, auditable release notes from Conventional Commits. Separates commit parsing, semantic-bump logic, and changelog renderin - git-worktree-manager ★ 25,768
Run parallel feature work safely with Git worktrees. Standardizes branch isolation, port allocation, environment sync, and cleanup so each w - handoff ★ 25,768
Compact the current conversation into a handoff document for another agent to pick up. References existing artifacts (PRDs, plans, ADRs, iss - spawn ★ 25,768
Launch N parallel subagents in isolated git worktrees to compete on the session task. Use when the user runs /hub:spawn or asks to start the - commit ★ 986
Use for every request to commit changes or draft a commit message. Creates Sentry-style conventional commits with issue references. - gh-review-requests ★ 986
Fetch unread GitHub notifications for open PRs where review is requested from a specified team or opened by a team member. Use when asked to - pr-link-issue ★ 986
Append a GitHub issue link and its Linear ticket to the current PR's description. Use when asked to "link issue to pr", "fill in issue and l - changelog-generator ★ 1,137
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical