Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai/skills/aidd-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Criteria {
Use /aidd-jwt-security when reviewing authentication code. Recommend opaque tokens over JWT.
Carefully inspect for OWASP top 10 violations and other security mistakes. Use search. Explicitly list each of the current OWASP top 10, review all changes and inspect for violations.
Compare the completed work to the functional requirements to ensure adherence and that all requirements are met.
Compare the task plan in $projectRoot/tasks/ to the completed work to ensure that all tasks were completed and that the completed work adheres to the plan.
Compare the task plan (check Pagespace task board if available, otherwise $projectRoot/tasks/) to the completed work to ensure that all tasks were completed and that the completed work adheres to the plan.
Ensure that code comments comply with the relevant style guides.
Use docblocks for public APIs - but keep them minimal.
Ensure there are no unused stray files or dead code.
Expand Down
Loading