Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

aminet

aminet 收录了来自 gorira-tatsu 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
3
更新
2026-03-28
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

issue-implementation-train
软件开发工程师

Implement an explicit set of GitHub issues end-to-end for this repository, using isolated worktrees, one branch per issue, targeted tests, pushes, and pull requests against `stg`. Use this when the user asks to implement specific issues, execute a planned batch of roadmap issues, or drive issue work through PR-ready completion. This skill is repo-specific: it never defaults to all open issues, requires an explicit issue set, and stops after initial PR creation rather than handling review follow-up.

2026-03-28
roadmap-issue-batch
软件开发工程师

Create a deduplicated batch of GitHub issues from roadmap documents, release plans, or report files. Use this when the user asks to turn a roadmap into issues, create missing issues from a plan, or bulk-file issues for a version or milestone. This skill is repo-specific: it prefers `report/` planning artifacts, uses the repository issue templates, writes issue content in English, and always previews the batch before creation unless the user explicitly opts out.

2026-03-28
roadmap-planning
项目管理专家

Plan long-term milestones and version roadmaps from the current state of issues, pull requests, release history, and project goals. Use this skill when the user says "/roadmap-planning", asks to "plan the next milestone", "decide what goes into the next version", "make a roadmap", "group issues by release", "plan 0.x.y / 1.0", or wants a phased release plan across multiple future versions.

2026-03-28
docs
软件开发工程师

Generate or update project documentation based on code changes. Use this skill when the user says "/docs", asks to update documentation, wants to document recent changes, or needs to generate README, CONTRIBUTING, or API docs. Also triggers when the user mentions "update the docs", "write documentation", "document this", "add comments", or "document the code".

2026-03-27
merge-review
软件质量保证分析师与测试员

Review a PR's merge readiness for the stg branch. Use this skill when the user says "/merge-review", asks to "check if this PR is ready to merge", "review for stg", "pre-merge check", or wants to validate a PR meets all quality gates before merging into stg. Also triggers for "is this ready to merge" or "merge checklist".

2026-03-27
pr-notify
软件开发工程师

Comment on related GitHub issues when a PR is created or updated. Use this skill when the user says "/pr-notify", asks to "notify issues about this PR", "comment on related issues", "link PR to issues", or wants to update issue threads with PR status. Also use proactively after creating a PR that references issues, to keep issue threads informed.

2026-03-27
release
软件开发工程师

Merge stg into main, bump version, tag, and trigger the npm publish workflow. Use this skill when the user says "/release", asks to "release a new version", "merge stg to main", "cut a release", "publish to npm", or wants to create a new release. Also triggers for "ship it", "deploy to production", or "tag a release".

2026-03-27
research
软件开发工程师

Research best practices, patterns, and conventions for a given topic before implementation. Use this skill when the user says "/research", asks to "research best practices", "investigate how to", "what's the best way to", "look up conventions for", or wants to understand the right approach before coding. Also triggers for "how should we implement", "what do other projects do for", or "find patterns for".

2026-03-27
review-respond
软件开发工程师

Respond to GitHub PR review comments by reading feedback, applying code fixes, and pushing updates. Use this skill when the user says "/review-respond", asks to "address PR reviews", "fix review comments", "respond to PR feedback", or wants to handle code review suggestions on a pull request. Also use when the user mentions "review came in" or "address the review".

2026-03-27
test-create
软件质量保证分析师与测试员

Create tests for source files, modules, or features using Vitest. Use this skill when the user says "/test-create", asks to "write tests", "add tests", "create a test file", "test this module", or wants to generate unit or integration tests. Also triggers for "cover this file with tests", "add test coverage", or "write tests for the recent changes".

2026-03-27
issue-pr
软件开发工程师

Create GitHub issues and pull requests using the gh CLI. Use this skill when the user says "/issue-pr", asks to "create an issue", "open a PR", "file a bug", "create a pull request", "make issues for these", or wants to batch-create multiple issues from a plan. Also triggers for "open PR targeting stg" or "create issues from this list".

2026-03-27