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

b2b-strawman

يحتوي b2b-strawman على 17 من skills المجمعة من rakheen-dama، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

acceptance-spec
محللو ضمان جودة البرمجيات والمختبرون

Generate detailed acceptance test specs for a Kazi feature area. Takes a feature ID from qa/acceptance/INDEX.md, reads phase requirements + architecture, and produces a structured acceptance criteria document with test cases ready for Playwright automation. Usage - /acceptance-spec <feature-id> [--update]

2026-05-10
epic-v2
مطوّرو البرمجيات

Implement a specific epic end-to-end — worktree, code, test, PR, review, merge. Supports auto-merge for automated phase execution. Pass the epic number as an argument (e.g. /epic_v2 7).

2026-05-05
epic
مطوّرو البرمجيات

Implement a specific epic end-to-end — worktree, code, test, PR, review, merge. Pass the epic number as an argument (e.g. /epic 7).

2026-05-01
phase
متخصصو إدارة المشاريع

Orchestrate an entire development phase — runs each epic slice sequentially via subagents, reviews, merges, then advances to the next. Pass the phase number (e.g. /phase 4).

2026-05-01
fix-tests
محللو ضمان جودة البرمجيات والمختبرون

Fix broken regression tests after codebase changes. Analyzes failures, determines root cause (broken test vs broken code), and applies targeted fixes. Supports both E2E mock-auth and Keycloak dev stacks. Usage - /fix-tests [spec-file-or-domain] [--kc]

2026-05-01
regression
محللو ضمان جودة البرمجيات والمختبرون

Run the regression test suite (API + Playwright) against the E2E stack or Keycloak dev stack. Reports results, diagnoses failures, and optionally fixes them. Usage - /regression [--api|--ui] [--kc] [--fix]

2026-05-01
template-epic
مطوّرو البرمجيات

Build a slice of the java-keycloak-multitenant-saas template — scout→builder pipeline with auto-merge. Pass the slice ID (e.g. /template-epic T2A).

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

Run an autonomous QA cycle in-session — dispatches QA, Product, Dev, and Infra subagents in a loop until the lifecycle scenario passes end-to-end. Adapts to failures instead of terminating. Usage - /qa-cycle <scenario-file> [gap-report] [--resume]

2026-05-01
qa-cycle-kc
محللو ضمان جودة البرمجيات والمختبرون

Run an autonomous QA cycle against the Keycloak dev stack — dispatches QA, Product, Dev, and Infra subagents in a loop until the lifecycle scenario passes end-to-end. Uses dev ports (3000/8080/8443/8180) with real Keycloak authentication. Usage - /qa-cycle-kc <scenario-file> [gap-report] [--resume]

2026-04-30
phase-v2
مطوّرو البرمجيات

Run an entire development phase hands-off. Uses a bash wrapper script that invokes /epic_v2 per slice with fresh context. Usage - /phase_v2 <phase-number> [starting-slice]

2026-04-18
init-qa-phase
محللو ضمان جودة البرمجيات والمختبرون

Scaffold all prerequisites for a new QA-fix cycle from a requirements/scenario file. Creates lifecycle script, runs gap analysis, seeds status tracker, and prepares the branch. Usage - /init-qa-phase <requirements-file> [vertical-profile]

2026-03-16
architecture
مطوّرو البرمجيات

Produce a self-contained architecture section and ADRs from a requirements prompt file. Usage: /architecture <requirements-file>. Example: /architecture claude-code-prompt-phase5.md

2026-02-14
breakdown
مطوّرو البرمجيات

Break down a phase into epics, slices, and tasks from architecture docs. Usage: /breakdown <phase-number> [requirements-file]. Example: /breakdown 5 docs/phase5-spec.md

2026-02-14
ideate
متخصصو إدارة المشاريع

Conversational product strategist for practice-management SaaS. Explores what to build next based on codebase state, lean SaaS principles, and client-services domain expertise. Outputs a requirements file for /architecture.

2026-02-14
review
محللو ضمان جودة البرمجيات والمختبرون

Review a PR for bugs, security issues, convention violations, and tenant isolation leaks. Pass a PR number (e.g. /review 101). Optionally add "fix" to auto-fix issues (e.g. /review 101 fix).

2026-02-14
observatory
مطوّرو البرمجيات

Analyze a workflow session and produce an insight report. Run after /phase, /epic, or any significant workflow. Usage - /observatory [session-id|latest]

2026-02-14
next-phase
متخصصو إدارة المشاريعمحللو الإدارة

Conversational next-phase advisor — analyzes project state, identifies high-value feature gaps through a lean/portable SaaS lens, and produces a requirements spec. Usage: /next-phase

2026-02-12