Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

prp-framework

يحتوي prp-framework على 56 من skills المجمعة من gobikom، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
56
Stars
2
محدث
2026-07-10
Forks
0
التغطية المهنية
10 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

prp-review-agents
محللو ضمان جودة البرمجيات والمختبرون

Multi-agent PR review — spawns parallel specialized agents for deep code review.

2026-07-10
prp-review-agents
محللو ضمان جودة البرمجيات والمختبرون

Multi-agent PR review — spawns parallel specialized agents for deep code review.

2026-07-10
prp-implement
مطوّرو البرمجيات

Execute an implementation plan with rigorous validation loops — typecheck, lint, test, and build after every change. TDD approach with automatic failure recovery.

2026-07-09
prp-plan
مطوّرو البرمجيات

Create a comprehensive implementation plan by analyzing the codebase, discovering patterns, and producing a step-by-step actionable plan document.

2026-07-09
prp-implement
مطوّرو البرمجيات

Execute an implementation plan with rigorous validation loops — typecheck, lint, test, and build after every change. TDD approach with automatic failure recovery.

2026-07-09
prp-plan
مطوّرو البرمجيات

Create a comprehensive implementation plan by analyzing the codebase, discovering patterns, and producing a step-by-step actionable plan document.

2026-07-09
prp-run-all
مطوّرو البرمجيات

Execute the complete PRP lifecycle end-to-end — issue context, smart plan, implement, commit, PR, review-fix loop (until 0 issues), merge, and cleanup. Supports --issue, --merge, --max-review-rounds, --fast, --ralph, --skip-plan, --skip-review, --no-pr, --resume, --no-interact, --dry-run, --fix-severity, --verify, --qa-delegate=<agent>, --done options.

2026-06-11
prp-run-all
مطوّرو البرمجيات

Execute the complete PRP lifecycle end-to-end — issue context, smart plan, implement, commit, PR, review-fix loop (until 0 issues), merge, and cleanup. Supports --issue, --merge, --max-review-rounds, --fast, --ralph, --skip-plan, --skip-review, --no-pr, --resume, --no-interact, --dry-run, --fix-severity, --verify, --qa-delegate=<agent>, --done options.

2026-06-11
prp-pr
مطوّرو البرمجيات

Create a pull request from current branch with proper title, body, linked issues, and implementation report enrichment. Uses PR templates if available.

2026-05-27
prp-pr
مطوّرو البرمجيات

Create a pull request from current branch with proper title, body, linked issues, and implementation report enrichment. Uses PR templates if available.

2026-05-27
prp-review
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive multi-pass PR code review covering quality, security, dependencies, docs, tests, error handling, types, performance, accessibility, and simplification. Posts findings to GitHub.

2026-05-26
prp-review
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive multi-pass PR code review covering quality, security, dependencies, docs, tests, error handling, types, performance, accessibility, and simplification. Posts findings to GitHub.

2026-05-26
prp-cleanup
مطوّرو البرمجيات

Post-merge cleanup — verify PR merged, archive artifacts, delete local/remote branches. Supports --all for batch cleanup, --dry-run for preview.

2026-05-24
prp-commit
مطوّرو البرمجيات

Stage files with natural language targeting, pre-commit quality scan, plan-aware commit message, and conventional commit format.

2026-05-24
prp-debug
مطوّرو البرمجيات

Root cause analysis using the 5 Whys methodology — finds the actual fixable code, not symptoms. Produces evidence-backed RCA report with fix specification.

2026-05-24
prp-demo
مطوّرو البرمجيات

Prepare demo environment for customer presentations — setup, sample data, scripts.

2026-05-24
prp-design
مطوّرو البرمجيات

Generate technical design document from PRD as optional reference (not in workflow)

2026-05-24
prp-done
مطوّرو البرمجيات

Issue closure gate — verifies PR merged, review artifact exists, verify artifact exists, and Vera QA passed before closing a GitHub issue.

2026-05-24
prp-feature-review-agents
محللو ضمان جودة البرمجيات والمختبرون

Multi-agent feature review — spawns parallel specialized agents for deep package analysis.

2026-05-24
prp-issue-fix
مطوّرو البرمجيات

Implement a fix from investigation artifact — code changes, PR, and self-review.

2026-05-24
prp-issue-investigate
مطوّرو البرمجيات

Investigate a GitHub issue or problem - analyze codebase, create plan, post to GitHub

2026-05-24
prp-prd
متخصصو إدارة المشاريع

Interactive PRD generator - problem-first, hypothesis-driven product spec

2026-05-24
prp-project-context
مطوّرو البرمجيات

Generate PROJECT.md from code analysis, PRDs, and business context. Creates compact project documentation for AI token efficiency and human readability.

2026-05-24
prp-qa
محللو ضمان جودة البرمجيات والمختبرون

Acceptance criteria verification — Playwright browser testing, API contract testing, E2E flows, responsive viewports, and accessibility checks. Reports pass/fail per criterion with screenshot evidence.

2026-05-24
prp-ralph-cancel
مطوّرو البرمجيات

Cancel an active PRP Ralph loop and preserve work done so far.

2026-05-24
prp-ralph
مطوّرو البرمجيات

Start autonomous Ralph loop to execute PRP plan until all validations pass. Self-referential feedback loop with iteration tracking.

2026-05-24
prp-review-fix
مطوّرو البرمجيات

Fix all issues from a PR review artifact — applies critical, high, medium, and suggestion fixes to the PR branch with validation loops and automatic failure recovery. Default LOOP mode: auto re-review + fix until 0 issues across all severities, matching run-all Step 6 semantics. Use --single-pass or explicit --severity to opt out of loop.

2026-05-24
prp-rollback
مطوّرو البرمجيات

Safely undo implementation changes on the current branch with stash backup for recovery. Supports --soft (unstage), --hard (revert to origin/main), and --restore (recover from stash).

2026-05-24
prp-verify
محللو ضمان جودة البرمجيات والمختبرون

Requirements verification — for each acceptance criterion, find evidence in the PR diff that it was implemented. Produces verify artifact for safe-merge Gate 2.

2026-05-24
prp-cleanup
مطوّرو البرمجيات

Post-merge cleanup — verify PR merged, archive artifacts, delete local/remote branches. Supports --all for batch cleanup, --dry-run for preview.

2026-05-21
prp-qa
محللو ضمان جودة البرمجيات والمختبرون

Acceptance criteria verification — Playwright browser testing, API contract testing, E2E flows, responsive viewports, and accessibility checks. Reports pass/fail per criterion with screenshot evidence.

2026-05-18
prp-done
محللو ضمان جودة البرمجيات والمختبرون

Issue closure gate — verifies PR merged, review artifact exists, verify artifact exists, and Vera QA passed before closing a GitHub issue.

2026-05-16
prp-verify
محللو ضمان جودة البرمجيات والمختبرون

Requirements verification — for each acceptance criterion, find evidence in the PR diff that it was implemented. Produces verify artifact for safe-merge Gate 2.

2026-05-16
prp-review-fix
محللو ضمان جودة البرمجيات والمختبرون

Fix all issues from a PR review artifact — applies critical, high, medium, and suggestion fixes to the PR branch with validation loops and automatic failure recovery. Default LOOP mode: auto re-review + fix until 0 issues across all severities, matching run-all Step 6 semantics. Use --single-pass or explicit --severity to opt out of loop.

2026-04-17
prp-ralph-cancel
متخصصو إدارة المشاريع

Cancel an active PRP Ralph loop and preserve work done so far.

2026-04-07
prp-ralph
متخصصو إدارة المشاريع

Start autonomous Ralph loop to execute PRP plan until all validations pass. Self-referential feedback loop with iteration tracking.

2026-04-07
prp-project-context
مطوّرو البرمجيات

Generate PROJECT.md from code analysis, PRDs, and business context. Creates compact project documentation for AI token efficiency and human readability.

2026-04-06
prp-core-runner
مطوّرو البرمجيات

Orchestrate complete PRP workflow from feature request to pull request. Run branch, plan, implement, commit, PR, review with fix loop, and summary in sequence. Use when implementing features using PRP methodology or when user requests full PRP workflow.

2026-04-06
prp-design
محللو أنظمة الحاسوب

Generate technical design document from PRD as optional reference (not in workflow)

2026-03-29
prp-feature-review-agents
محللو ضمان جودة البرمجيات والمختبرون

Multi-agent feature review — spawns parallel specialized agents for deep package analysis.

2026-03-29
عرض أهم 40 من أصل 56 skills مجمعة في هذا المستودع.