Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

refined-prun

refined-prun enthält 9 gesammelte Skills von refined-prun, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
9
Stars
35
aktualisiert
2026-06-19
Forks
24
Berufsabdeckung
4 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

review-pr
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwarequalitätssicherungsanalysten und -tester

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
SoftwareentwicklerComputersystemanalytiker

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
Softwareentwickler

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
SoftwareentwicklerComputersystemanalytiker

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
SoftwareentwicklerComputersystemanalytiker

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
Softwareentwickler

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
distill
ProjektmanagementspezialistenSoftwareentwickler

Analyze session learnings and capture corrections, guidelines, and open questions as actionable items. Triggers on "distill", "distill session", "consolidate learnings", "session review".

2026-03-10