mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
[readme] security review recipe (#72)
* [readme] security review recipe
This commit is contained in:
committed by
GitHub
Unverified
parent
b6846ce07f
commit
a5641a0d9c
@@ -198,6 +198,7 @@ Below are a few bite‑size examples you can copy‑paste. Replace the text in q
|
||||
| 4 | `codex "Bulk‑rename *.jpeg → *.jpg with git mv"` | Safely renames files and updates imports/usages. |
|
||||
| 5 | `codex "Explain what this regex does: ^(?=.*[A-Z]).{8,}$"` | Outputs a step‑by‑step human explanation. |
|
||||
| 6 | `codex "Carefully review this repo, and propose 3 high impact well-scoped PRs"` | Suggests impactful PRs in the current codebase. |
|
||||
| 7 | `codex "Look for vulnerabilities and create a security review report"` | Finds and explains security bugs. |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user