Skip to main content
Run any Skill in Manus
with one click
GitHub repository

aminet

aminet contains 11 collected skills from gorira-tatsu, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
11
Stars
3
updated
2026-03-28
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

issue-implementation-train
software-developers

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
software-developers

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
project-management-specialists

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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