Skip to main content
Run any Skill in Manus
with one click
refined-prun
GitHub creator profile

refined-prun

Repository-level view of 9 collected skills across 1 GitHub repositories.

skills collected
9
repositories
1
updated
2026-06-19
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

review-pr
software-developers

Review a GitHub pull request against project guidelines. Creates .tmp/pr/<number>/pr-review.md with findings. Accepts PR number as argument. Triggers on "review pr", "review pull request", "pr review", "check pr". Do NOT use for reviewing code outside a PR context.

2026-06-19
resolve-review
software-quality-assurance-analysts-and-testers

Apply resolutions to findings in .tmp/pr/<number>/pr-review.md. The user writes resolution notes first, then this skill applies the fixes, commits each separately, and removes resolved findings. Accepts optional PR number argument. Triggers on "resolve review", "fix review", "apply review", "resolve findings". Do NOT use without an existing review file (run /review-pr first).

2026-03-22
augment-review
software-quality-assurance-analysts-and-testers

Extract human review comments from working copy and append as findings to pr-review.md. User adds comments in source files, runs this skill to capture them, then working copy is reset. Validates all changes are comments-only. Triggers on "augment review", "add review comments", "human review", "add findings". Do NOT use without an existing review file (run /review-pr first).

2026-03-22
save-plan
software-developerscomputer-systems-analysts

Save the current session's analysis or plan to .tmp/plans/ for use in a future chat session. Triggers on "save plan", "save this for later", "write plan to file", "persist plan". Do NOT use for distilling learnings (use /distill) or for general file writes.

2026-03-14
bootstrap-docs
software-developers

Set up the documentation foundation for a project so that explore-project can iterate on it. Creates docs/ with initial architecture overview and exploration manifest. Handles both fresh projects and projects with existing docs. Triggers on "bootstrap exploration", "bootstrap docs", "init docs", "set up documentation". Do NOT use for iterative exploration (use /explore-project instead).

2026-03-12
explore-project
software-developerscomputer-systems-analysts

Iteratively explore and document a codebase. Each run reads all existing docs, finds the highest-priority gap or issue, confirms with the user, and produces one documentation improvement. Accepts optional area argument to focus exploration. Triggers on "explore project", "explore codebase", "explore code", "document codebase". Do NOT use for one-off code questions or reading specific files.

2026-03-12
restructure-docs
software-developerscomputer-systems-analysts

Analyze project documentation and restructure it for better separation of concerns and AI agent efficiency. Splits mixed-concern docs, merges undersized ones, moves orphaned sections, and removes harmful duplication. Triggers on "restructure docs", "reorganize docs", "split docs", "merge docs", "fix doc structure". Do NOT use for writing new documentation (use /explore-project) or initial setup (use /bootstrap-docs).

2026-03-12
create-skill
software-developers

Create a new Claude Code skill (slash command). Guides through designing the SKILL.md — the prompt file that teaches Claude how to perform a complex task. Triggers on "create skill", "new skill", "write a skill", "add a slash command".

2026-03-10
Showing top 8 of 9 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded