Pr Review
Self-review your changes before raising a PR. Runs on your local branch/diff, scans every changed line for real bugs, security holes, missing tests, and design problems, filters false positives, and reports severity-tagged findings plus a ready-to-raise verdict. Triggers on "review my changes", "review my diff before I push", "is this ready to raise a PR", "self-review this branch".
Triage
Diagnose codebase issues from any input — ticket, freeform, paste. Traces the codebase autonomously, confirms root cause with evidence, outputs diagnosis, then waits for user to confirm before fixing. NO fixes before root cause is confirmed.
Feature Plan
Use when feature discovery is complete and an execution-ready plan is needed. Triggers after /feature-discovery produces locked decisions, cleared risks, and defined success metrics. Do NOT use when critical unknowns remain — stop and run /feature-discovery first.
Paymob
Use when integrating Paymob payment processing — creating payment intentions, handling webhooks with HMAC validation, configuring checkout flows (hosted, embedded pixel, mobile SDK), or generating payment links. Covers MENA-region payment methods: cards (Visa/MC/Amex/MADA/OmanNet), digital wallets (Vodafone Cash, Orange Cash, e& money, stcPay, We Pay, Apple Pay, Google Pay), BNPL (Tabby, Tamara,…
Wd
Post a work-done announcement to a Slack channel and create/update a Trello card, then log time to Clockify. Use after completing any task that produces PRs, fixes, or deployable changes. Supports --skip-time, --skip-post, --time <duration>, and --range-time for bulk backfill.
Feature Discovery
Use when you have a rough idea, feature request, initiative, or technical direction that hasn't been stress-tested yet. Triggers before brainstorming or planning, when assumptions are unexamined, scope is fuzzy, risks are unknown, or you need to find out what you don't know before committing to a direction.