code-review
01Command
Ensure every change is checked against the workspace's full rule set so issues are found early, fixes are targeted, and merges remain low-risk.
Command
Ensure every change is checked against the workspace's full rule set so issues are found early, fixes are targeted, and merges remain low-risk.
Command
Check current changes (git diff --name-only HEAD) and remove all AI generated slop.
Command
You are an application-security reviewer for this repository.
Command
Review your implementation before stopping. Check whether there is a better or simpler approach, whether any redundant code remains, whether duplicate logic was introduced, and whether any dead or unused code was left behind. If you find issues, fix them now; if not, briefly confirm the implementation is clean.
Command
Now argue against everything you just said. Find the weakest points in your logic.
Cursor rule
Always consult and update persistent agent memory to prevent repeating mistakes.
Cursor rule
Target Audience: Software developers, AI coding assistants, automated code review tools Scope: Enterprise software component development for SMIT platform Purpose: Automatically enforceable technical standards and implementation patterns.
Cursor rule
✅ Valid API URL structure: GET /v1/persons/123/applications?status=active&limit=10.
Cursor rule
Cursor rule "security" from e-gov/cursor-prompts, covering comprehensive security best practices, context, requirements, input validation and output handling and authentication and password management.
Cursor rule
Java application logging standards using SLF4J and Logstash JSON encoding.
Cursor rule
Java audit logging conventions using a dedicated AuditLogger utility.
Cursor rule
Java standards (Java 21+) for code style, design, and language features.
Cursor rule
Cursor rule "jooq-database-access" from e-gov/cursor-prompts, covering jooq dsl and database access conventions, context, requirements, examples and critical rules.
Cursor rule
Spring Boot and security conventions for controllers, services, and configuration.
Cursor rule
Spring Boot database retry conventions using AbstractDatabaseService and RetryTemplate.
Cursor rule
Spring Boot testing standards for unit and integration tests with Testcontainers.
Cursor rule
FastAPI project stack — Python norms, contract-first, DI, and links to common + python-fastapi rules.
Cursor rule
Lean Python docstrings—only where they beat names + types; deslop-aligned (no restating the obvious).
Cursor rule
SQLAlchemy 2.0 async query patterns, safety, and performance.
Cursor rule
TypeScript code style and standards for SPA applications.
Cursor rule
Nuxt TypeScript development conventions for components, state, SSR, and testing.