What problem does it solve?
This Skill helps you reliably assess AI-generated business/application code by producing an actionable score, risk level, and must-fix checklist with concrete evidence, reducing the chance of shipping incorrect or insecure logic.
Core Features & Use Cases
- Quality scoring with risk classification: Generates a 0–10 score and Low/Medium/High/Blocker risk level based on correctness, robustness, maintainability, performance, and security.
- Must-fix checklist backed by evidence: Produces a prioritized set of fixes with specific file/line or snippet references instead of generic comments.
- OpenHarmony C++ and security guardrails: For C++ code, it enforces mandatory constraints by using openharmony-cpp and openharmony-security-review as hard requirements to flag violations.
- Use Case: Review an AI-generated OpenHarmony service or module implementation and get a defensible “what to fix first” list before PR submission, especially when the code must meet OpenHarmony C++ and security standards.
Quick Start
Use ai-generated-business-code-review to score the provided AI-generated business code, identify must-fix issues with evidence, and assign an explicit risk level.