技能目录

为 AI Agent 发现可复用技能。

按任务搜索真实的 GitHub 技能,并在使用前查看 Stars、信任、审计、分类和安装路径。

每个推荐都保留与其仓库、审计和安装路径的明确关联。

搜索结果: bump

英文目录

A plugin for OpenCode that provides dynamic skill loading, context injection, and other tools for using reusable AI agent skills.

262
Stars
77/100
信任
分类: coding-agents审计

Run a 5-dimension expert design review on any HTML artifact in the project — Philosophy / Visual hierarchy / Detail / Functionality / Innovation, each scored 0–10. Outputs a single self-contained HTML report with a radar chart, evidence-backed scores, and three lists: Keep / Fix / Quick-wins. Use when the brief asks for a "design review", "design critique", "5 维度评审", "design audit", or "what's wrong with my design".

90K
Stars
80/100
信任
分类: security审计

Create or update GitHub pull requests using the repository-required workflow and template compliance. Use when asked to create/open/update a PR so the assistant reads `.github/pull_request_template.md`, fills every template section, preserves markdown structure exactly, and marks missing data as N/A or None instead of skipping sections.

51K
Stars
69/100
信任
分类: security审计

Prepare a new release by collecting commits, generating bilingual release notes, updating version files, and creating a release branch with PR. Use when asked to prepare/create a release, bump version, or run `/prepare-release`.

51K
Stars
70/100
信任
分类: automation审计

Collection of reusable AI agent skills for Claude Code and Codex, installable via bunx.

69
Stars
70/100
信任
分类: coding-agents审计

A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.

720
Stars
67/100
信任
分类: github-automation审计

Guide the user through containerizing and serving a simple website or documentation folder with Docker — inspects the project to detect what to serve (ready-to-serve static HTML, a buildable site that emits static output, or a raw markdown/docs folder that needs rendering), generates a Dockerfile, .dockerignore, docker-compose.yml, helper run/build commands, and a 'Running with Docker' README section, then offers to build and smoke-test the container and publish the image to Docker Hub or GHCR. Uses nginx:alpine for static content and a multi-stage build when the site must be generated. Only invoke when the user explicitly types /ai-assist-dockerize-website. Never auto-trigger from general conversation about Docker, containers, websites, or Dockerfiles.

88
Stars
61/100
信任
分类: research审计

Bulk-update outdated npm dependencies across one or more package.json files. Finds every package.json in the current working directory (recursively, skipping node_modules), runs npm outdated, bumps each outdated dependency to its 'wanted' version prefixed with ^, then runs npm install. Use whenever the user wants to update npm dependencies, bump packages to their wanted versions, refresh package.json versions, or run npm outdated and apply the results — including across a monorepo or multiple projects at once. Triggers on: update npm packages, update dependencies, bump npm versions, npm outdated, refresh package.json.

88
Stars
58/100
信任
分类: automation审计

Publish a GitHub Release when CHANGELOG.md's top version is ahead of the latest published release. Only invoke when the user explicitly types /ai-assist-git-publish. Never auto-trigger from general conversation about releases, tags, or versions.

88
Stars
58/100
信任
分类: coding-agents审计

Validate and fix the CHANGELOG.md version number before opening a PR, commiting, or pushing changes, and keep package.json's version aligned with it. Reads main branch to determine the current latest version, classifies changes on the current branch, and proposes the correct next semver. Use this skill when the user mentions changelog, version number, preparing a PR, release version, semver check, or says 'check the changelog', 'what version should this be', 'prepare for PR', or 'fix the version'. Also use proactively when you notice a CHANGELOG entry that may have an incorrect version number.

88
Stars
61/100
信任
分类: coding-agents审计

Delegate your agent-skill lifecycle: keep skills current, audit and clean up your inventory, and vet skills before you install them. The Skillsmith Agent diagnoses in full for free, proposes a batched fix plan, and changes files only with your per-changeset approval, with one-step undo. Triggers: \"ask the Skillsmith Agent\", \"clean up my skills\", \"what skills are outdated\", \"audit my skills\", \"vet this skill before I install it\".

76
Stars
65/100
信任
分类: security审计

Documentation maintenance rules — which docs map to which code areas, the thin-pointer/no-drift rule, and the graphify-update step. Owned by project-steward. Load for /update-docs and the docs-sync step of the implement-workflow.

48
Stars
64/100
信任
分类: coding-agents审计