verify
/verify Workflow
Section titled “/verify Workflow”This workflow audits the codebase for bugs, quality issues, and security vulnerabilities.
-
Static Analysis & Audit
- Use key:
code-auditing - Goal: General code quality review and linting.
- Output: List of code style issues or potential bugs.
- Use key:
-
Security Scan
- Use key:
vulnerability-scanner - Goal: Scan dependencies and code patterns for known vulnerabilities.
- Instruction: Check
package.json/requirements.txtagainst known CVE databases (simulated).
- Use key:
-
SQL Injection Check
- Use key:
sql-injection-testing - Goal: Specifically check database queries for injection risks.
- Use key:
-
Test Verification
- Use key:
qa-engineer/test-fixing - Goal: Run all tests and attempt to fix any failures.
- Instruction: Ensure all tests pass before completing the workflow.
- Use key:
Iron Rules
Section titled “Iron Rules”- If there is anything unclear, ask the user instead of inventing new stuff. Unless the user explicitly tells the AI to invent or suggest ideas.
Gap Analysis Rule
Section titled “Gap Analysis Rule”Always identify gaps and suggest next steps to users. In case there is no gaps anymore, then AI should clearly state that there is no gap left.