/SKILL.md
Use this skill when working inside the "cursor-commands" repository or when copying its React + TypeScript workflows into another project. It explains how to install the .cursor/commands/react prompts, when to run each workflow (bug fix, enhancement, epic, UI scan, PR review, test checklist), and how to follow the plan-before-code discipline described in README.md.
npx skillsauth add shivanandasai-altir/cursor-commands cursor-workflow-commandsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill describes how to use and adapt the workflows defined in this repository:
README.md.cursor/commands/react/**Always base explanations on what is actually written in these files.
cursor-commands repo.investigate, feature-clarity, implement,
pr-review, test-checklist, ui-scan, design-ui, feature-plan).When the user wants to use these workflows in their own repo:
react commands folder:
.cursor/commands/react/.cursor/commands/react/SKILL.md or create a similar skill in the target project,
updating the name and description to reference that repo./react commands appear when they type /
in chat.User will provide {…} placeholders in the copied prompts with
project-specific content before running any command.Do not assume anything about the target project beyond what the user says; default to React + TypeScript since these prompts are written for that stack.
Use the workflows table in README.md to select the sequence:
react/design-ui/1-ui-scan.md once per project before using design-ui.react/bug-fix/1-investigate.mdreact/bug-fix/2-plan.mdreact/bug-fix/3-implement.mdreact/pr-review/pr-review.mdreact/bug-fix/5-test-checklist.mdreact/enhancement/feature-clarity.mdreact/design-ui/2-design-ui.md (optional, requires 1-ui-scan run once)react/enhancement/implement.mdreact/pr-review/pr-review.mdreact/enhancement/test-checklist.mdreact/epic/feature-clarity.mdreact/design-ui/2-design-ui.md (optional, requires 1-ui-scan run once)react/epic/feature-plan.mdreact/epic/implement.mdreact/pr-review/pr-review.mdreact/epic/test-checklist.mdExplain to the user which workflow you chose and why, then follow the steps in order unless they explicitly accept skipping them.
When using these commands, apply the principles from README.md:
If the user asks to "just implement", explain the trade-offs and only relax these rules if they agree.
When reviewing or testing changes using these workflows:
react/pr-review/pr-review.md in a fresh Cursor instance focused on the diff.README.md.*test-checklist.md file to generate a manual browser test checklist that:
You can adapt this structure to other projects even if they do not use this exact command set.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.