Add prompts for backlog-driven development

This commit is contained in:
Claudio Ortolina
2026-05-02 20:51:59 +01:00
parent b396dbe037
commit 42ca81b940
3 changed files with 82 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
---
description: Code review for a task implementation
argument-hint: "<TASK-ID>"
---
We're going to review the implementation of task $1.
Perform the review considering:
1. Best practices for development in Elixir, Erlang, OTP, Phoenix, and LiveView
2. Performance impact and profile
3. Security in depth
4. Test coverage and thoroughness. In particular make sure that tests actually exercise the behaviour under test, and that assertions are meaningful and exhaustive
5. Duplication, repetition, excessive or insufficient abstraction
6. If the implementation includes HTML, CSS, and client-side JavaScript evaluate accessibility, compliance with light/dark mode requirements, responsive design. Use the configured browser-based tooling to preview and evaluate pages as needed.