What problem does it solve?
This Skill automates the critical process of reviewing code changes for security vulnerabilities, PII leaks, and adherence to coding standards, ensuring a higher quality and more secure codebase.
Core Features & Use Cases
- PII and Security Scan: Detects and flags sensitive information (API keys, personal data, internal paths) that should never be committed to a public repository.
- Code Style Enforcement: Verifies code against defined style guidelines (e.g.,
CodingStyle.md) to maintain consistency and readability.
- Documentation Compliance: Checks for the existence and recency of critical documentation like CenCon architecture manifests and security profiles, and ensures new features are documented.
- Use Case: Before committing code, run this Skill to automatically catch potential security risks, ensure code formatting is correct, and verify that documentation is up-to-date, preventing costly errors and security breaches.
Quick Start
Run the review-code skill to check the staged changes against coding standards and security policies.