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

Psters_AI_Workflow

يحتوي Psters_AI_Workflow على 17 من skills المجمعة من J-Pster، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
17
Stars
291
محدث
2026-03-18
Forks
40
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

commit-changes-repo-worker
مطوّرو البرمجيات

Per-repo commit worker. Analyzes ALL changed files independently, groups them by ticket, and makes MULTIPLE focused commits — one per logical group. Spawned in parallel by /pwf-commit-changes (one instance per repo). Never create branches or push.

2026-03-18
commit-changes
مطوّرو البرمجيات

Commit uncommitted changes across all workspace repos and tag commits with ticket numbers. Each repo gets its own subagent that analyzes files individually, groups them by ticket, and makes multiple focused commits. Use when the user pastes issue text (with TICKET-XXX) and wants to commit, or says "commit with these tickets" / "commit my changes".

2026-03-18
aws-lambda-deploy
مطوّرو البرمجيات

Deploy AWS Lambdas using the guaranteed deploy scripts only. Never deploy via IAC (CDK). Requires AWS SSO login first. Use when deploying any AWS Lambda repo.

2026-03-18
docs-baseline-loading
مطوّرو البرمجيات

Load and enforce mandatory project documentation baseline before implementation work.

2026-03-18
docs-maintenance-after-work
مطوّرو البرمجيات

Run standardized post-implementation documentation maintenance and quality checks.

2026-03-18
finishing-a-development-branch
مطوّرو البرمجيات

Use when implementation is complete to close branch/worktree with a disciplined decision flow (merge, PR, keep, discard) plus cleanup.

2026-03-18
git-worktree
مطوّرو البرمجيات

Manages Git worktrees for isolated parallel development. Use when creating separate working directories for branches without switching the main repo.

2026-03-18
orchestrating-multi-agents
المهن الحاسوبية الأخرى

Use for explicit multi-subagent orchestration when tasks are independent and parallelization improves quality or speed while preserving deterministic merge.

2026-03-18
receiving-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when processing review feedback to prioritize critical findings and resolve comments safely before commit.

2026-03-18
requesting-code-review
محللو ضمان جودة البرمجيات والمختبرون

Use when requesting a focused review with standardized findings format (critical, important, informational) before commit or PR.

2026-03-18
systematic-debugging
مطوّرو البرمجيات

Use for bugs, failing tests, and unexpected behavior; enforce a 4-phase root-cause-first debugging process before implementing fixes.

2026-03-18
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Optional TDD workflow; use only when user explicitly requests TDD/tests (red-green-refactor with minimal scope).

2026-03-18
using-psters-workflow
المهن الحاسوبية الأخرى

Meta-skill for selecting and invoking the right workflow skill before acting; use when starting or switching task type to avoid bypassing required discipline.

2026-03-18
verification-before-completion
مطوّرو البرمجيات

Use before any completion/success claim to enforce fresh verification evidence (build/lint/tests/repro command) and explicit limitations when verification is partial.

2026-03-18
visual-brainstorm-companion
مصممو واجهات الويب والرقمية

Use during brainstorm only when the problem is strongly visual (complex UI, flow mapping, alternatives) and create optional browser/canvas artifacts.

2026-03-18
angular-conventions
مطوّرو البرمجيات

Frontend conventions for Angular projects: standalone components, features, error capture, styles. Use when implementing or reviewing code in Angular frontends.

2026-03-17
nestjs-conventions
مطوّرو البرمجيات

Backend conventions for NestJS projects: modules, controllers, services, DTOs, migrations, structure. Use when implementing or reviewing code in NestJS backends.

2026-03-16