بنقرة واحدة
qa-and-fix
Standalone QA investigation and fix workflow
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Standalone QA investigation and fix workflow
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.
Surface deepening opportunities in a codebase — shallow modules, seam leaks, missing locality — and grill through whichever one you pick. Architecture-pattern aware (monolith / distributed / serverless).
Reconcile and validate all documents in the project's docs/ directory
Full-project code audit workflow: audit then fix
Systematic root cause analysis. No fixes without investigation
Principal Engineer persona. Production-first technical judgment
| name | qa-and-fix |
| description | Standalone QA investigation and fix workflow |
/qa-and-fix - Standalone QA + fixes
T1 = deep review rigor, T2 = balanced execution/fixes, T3 = quick triage only.subagent_type="general"; if effort variants exist use T1=high, T2=medium, T3=low, else enforce via prompt depth/evidence.[T2:balanced] Spawn QA agent:
Persona: Distinguished QA Engineer (25+ yrs)
Scope: {user-defined}
Check: functional, code quality, integration, tests, docs, security/perf
Playwright (web): try MCP → fail? return NEEDS_PLAYWRIGHT + scenarios
Output: issues (CRITICAL/MEDIUM/LOW) w/ file:line, passed checks
[T2:balanced] Spawn fix agent:
Persona: Distinguished Engineer (25+ yrs)
Issues: {from QA}
For each (CRITICAL→MEDIUM→LOW):
- Root cause → design fix → implement → verify
- Follow `AGENTS.md`/`agents.md` philosophy
Output: fixed, files modified, deferred, PLAYWRIGHT_VALIDATION if needed
[T1:deep] Spawn two subagent_type="general" review tasks with personas: Distinguished Code Reviewer + Distinguished Architect → if CHANGES_NEEDED → fix agent → repeatdocs/hotfixes/{hotfix-id}/: qa-report.md, fix-report.md, review-summary.md| Task | Owner |
|---|---|
| User interaction | Primary session |
| QA investigation | QA Agent |
| Fix implementation | Fix Agent |
| Playwright testing | QA Agent (primary fallback) |
| Code review | Review Agents |