skill-review

Analyze model execution results against prompt requirements for compliance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/attitudeshuai/ai-apps-workspace --skill skill-review-attitudeshuai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-review
Source: https://github.com/attitudeshuai/ai-apps-workspace/tree/main/.kimi/skill/skill-review
Command: npx skills add https://github.com/attitudeshuai/ai-apps-workspace --skill skill-review-attitudeshuai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill analyzes the compliance of model execution results with prompt requirements, ensuring that the model performs as intended.

Core Features & Use Cases

  • Prompt Compliance Analysis: Reads prompt files and main repository history, calls the implementation-reviewer skill to perform analysis, and writes results to an evaluation file.
  • Natural Language Output: Strictly follows the principle of natural language output for evaluation results, focusing on the quality of the conversation process.
  • Source Code Mode: Analyzes code changes and compares them with prompts to ensure the implementation is reasonable and meets requirements.
  • Dialogue Mode: Focuses on the quality of the dialogue process, extracting conclusions from the model's responses.

Quick Start

Use the skill-review skill to analyze the model execution result for project {PROJECT_PREFIX}-<id> at prompt round <round_number> and evaluate whether it meets the prompt requirements.

Frequently Asked Questions about skill-review

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

FAQPage Schema
How do I analyze model execution results for prompt compliance?

Prompt compliance analysis reads prompt files and repository history to verify model execution accuracy and implementation correctness. It uses natural language processing and code comparison techniques to evaluate the quality of the dialogue process and output evaluation results.

What is the difference between source code mode and dialogue mode for repository analysis?

Source code mode analyzes code changes and compares them with prompts to ensure reasonable implementation, while dialogue mode focuses on the quality of the dialogue process by extracting conclusions from model responses. Both modes evaluate prompt compliance but target different aspects of execution results.

Do I need git and python to perform prompt compliance analysis?

Yes, git and python are required dependencies to perform prompt compliance analysis. Git provides access to repository history for analyzing code changes, while python executes the scripts needed to run the implementation review and generate evaluation files.

How do I evaluate the quality of a dialogue process from model responses?

Dialogue mode evaluates dialogue process quality by extracting conclusions directly from model responses. It strictly follows natural language output principles to assess whether the conversation meets prompt requirements, focusing on the interaction quality rather than underlying code changes.

What's the best way to verify model implementation correctness against original prompts?

The best way to verify implementation correctness is using source code mode, which analyzes repository code changes and compares them directly with prompt files. This ensures the implementation is reasonable and meets all specified requirements through code comparison techniques.

When should I not use natural language output for evaluation results?

You should not use natural language output when you need machine-readable metrics, as this skill strictly follows natural language output principles for evaluation results. It focuses on qualitative assessment of the conversation process rather than generating structured data formats.