Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:23
forks:67
updated:March 16, 2026 at 12:38
File Explorer
SKILL.md
| name | doc-pr |
| description | Generate documentation by PR link or PR ID |
| argument-hint | ["pr link or pr id"] |
| disable-model-invocation | true |
| allowed-tools | WebFetch, WebSearch, Bash(gh pr view:*), Bash(gh pr diff:*), Bash(git checkout:*), Bash(git -C .context/moonshine pull:*) |
User provided Pull Request URL or ID: $ARGUMENTS
!git -C .context/moonshine pull 2>/dev/null
Your task: analyze the PR and create/update MoonShine documentation.
[!WARNING] DO NOT FABRICATE! If you are uncertain about something or lack information:
- Search for information in
.context/moonshine(MoonShine codebase)- Use WebSearch/WebFetch to find current information
- Ask the user via AskUserQuestion
Retrieve PR Information
gh pr view $ARGUMENTS to get PR detailsgh pr diff $ARGUMENTSCreate Git Branch
git checkout -b docs/section-nameStudy Documentation Formatting Rules
Determine Type of Change
ru/ and en/ directoriesCreate/Update Russian Version (ru/)
ru/ directoryTranslate to English (en/)
en/ following the same path as in ru/Update Navigation (if new section)
navigation.md fileQuality Check
{{version}} placeholder?.context/moonshine to clarify implementation detailsStart working!