بنقرة واحدة
verify
Run all verification gates (privacy scan, git cleanliness, git pushed) and report results.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run all verification gates (privacy scan, git cleanliness, git pushed) and report results.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Show a comprehensive project status dashboard: task queue, blocked items, session state, verification, and git status.
Generate a QA/UAT test plan from product specifications and task definitions, covering acceptance testing, integration flows, and exploratory testing. Unit tests are out of scope (handled by write-unit-tests skill).
Write comprehensive unit tests with proper setup, assertions, and coverage of happy paths, edge cases, and error scenarios
استنادا إلى تصنيف SOC المهني
| name | verify |
| description | Run all verification gates (privacy scan, git cleanliness, git pushed) and report results. |
Run all verification hooks in .bot/hooks/verify/ and present a clear pass/fail report.
Run the privacy/secrets scanner:
pwsh .bot/hooks/verify/00-privacy-scan.ps1
If the user said /verify staged or mentioned "staged only", add the -StagedOnly flag:
pwsh .bot/hooks/verify/00-privacy-scan.ps1 -StagedOnly
Check for uncommitted changes outside .bot/:
pwsh .bot/hooks/verify/01-git-clean.ps1
Check for unpushed commits:
pwsh .bot/hooks/verify/02-git-pushed.ps1
Present results as a verification report:
## Verification Report
| Gate | Result |
|----------------|--------|
| Privacy scan | PASS/FAIL |
| Git clean | PASS/FAIL |
| Git pushed | PASS/FAIL |
Overall: ALL PASSED / N FAILED
### Failures (if any)
#### <Gate name>
- Issue: <description>
- Remediation: <what to do>
issues and details keys — parse these for structured reporting