quality-review

Analyze Strakk code changes for Clean Architecture, KMP safety, and security.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/RedBoardDev/Strakk --skill quality-review-redboarddev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-review
Source: https://github.com/RedBoardDev/Strakk/tree/main/.claude/skills/quality-review
Command: npx skills add https://github.com/RedBoardDev/Strakk --skill quality-review-redboarddev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill facilitates comprehensive reviews of code changes in the Strakk project, ensuring they adhere to architectural, security, and quality standards, thus reducing bugs and vulnerabilities.

Core Features & Use Cases

  • Code and Architecture Evaluation: Checks for compliance with Clean Architecture and KMP safety practices.
  • Security Assessment: Reviews for secrets, unauthorized access, and potential data leaks.
  • Test and Quality Checks: Examines test coverage, assertions, and overall code robustness.
  • Use Case: A developer submits a pull request; this Skill can be invoked to automatically analyze the changes for security issues, architectural consistency, and test completeness.

Quick Start

Provide the recent code diff or change scope to evaluate its conformity with Strakk standards.

Frequently Asked Questions about quality-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review code changes for Clean Architecture and KMP safety violations?

To review code changes for Clean Architecture and KMP safety, provide the recent code diff to analyze architectural boundaries, platform compatibility, and structural compliance. The evaluation checks whether changes adhere to established project standards.

What does a security assessment for code pull requests check for?

A security assessment for pull requests checks for hardcoded secrets, unauthorized access paths, and potential data leaks. It analyzes security configurations within the code changes to identify and minimize vulnerabilities before integration.

How do I automate test coverage and quality checks for a pull request?

To automate test coverage and quality checks for a pull request, submit the change scope to examine test completeness, assertions, and overall code robustness. This evaluates whether the modifications meet minimum testing requirements.

Can I use this quality assurance review for projects outside of Strakk?

This quality assurance review is specifically configured for the Strakk project, analyzing code changes against its dedicated Clean Architecture, KMP safety, and security standards. It may not yield accurate results for unrelated project architectures.

What is the best way to minimize security vulnerabilities in KMP code changes?

The best way to minimize security vulnerabilities in KMP code changes is to run an automated review focusing on security configuration, unauthorized access, and data leak detection. This identifies potential risks within architectural boundaries.

Do I need to provide the full codebase to check architectural boundaries and platform compatibility?

You do not need to provide the full codebase to check architectural boundaries and platform compatibility. Providing the recent code diff or specific change scope is sufficient to evaluate conformity with project standards.