knowledge-review-skill

Generate customized knowledge-review summaries and REVIEW.md reports with Mermaid diagrams.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/Fenghaze/my-skill --skill knowledge-review-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-review-skill
Source: https://github.com/Fenghaze/my-skill/tree/main/knowledge-review-skill
Command: npx skills add https://github.com/Fenghaze/my-skill --skill knowledge-review-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

本技能为希望在完成某项功能后回顾学习要点、分析设计思路与代码实现的用户提供定制化总结。它根据用户对相关知识点的掌握程度,生成个性化、聚焦薄弱环节的回顾内容,帮助快速巩固要点。

Core Features & Use Cases

  • 根据用户掌握程度定制总结,避免重复讲解已熟悉的部分。
  • 阶段化工作流:需求收集、知识点识别、掌握程度评估、生成报告。
  • 自动将回顾报告保存到当前项目根目录的 REVIEW.md,并可生成 Mermaid 图表用于可视化。

Quick Start

请直接告诉我需要回顾的内容(功能描述、代码片段或文件路径),我将生成个性化的知识回顾摘要。

Frequently Asked Questions about knowledge-review-skill

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

FAQPage Schema
How do I generate a knowledge review summary for a recently implemented feature?

To generate a knowledge review summary, provide the feature description, code snippet, or file path. The skill collects requirements, identifies key knowledge points, assesses your mastery level, and outputs a structured REVIEW.md report.

Can I customize a code explanation based on my current mastery level?

Yes, you can customize a code explanation by specifying your familiarity with the topic. The skill assesses your mastery level and tailors the review content to focus on weak areas, avoiding redundant explanations of concepts you already know.

How do I create a design analysis report with Mermaid diagrams for my code?

To create a design analysis report with Mermaid diagrams, request a knowledge review for your feature. The skill analyzes the design and code implementation, then generates a structured REVIEW.md report in your project root directory with optional Mermaid diagrams for visualization.

What is the best way to assess my understanding of a newly completed feature?

The best way to assess your understanding is to trigger a mastery assessment via a knowledge review request. The skill evaluates your grasp of the feature's design and code, then generates a personalized summary highlighting knowledge gaps and consolidating key takeaways.

Does the knowledge review workflow require any external dependencies?

No, the knowledge review workflow requires no external dependencies. You simply initiate the request within your project environment, and the skill automatically saves the generated review report directly to your project's root directory.

When should I avoid using an automated learning summary for my project?

You should avoid using an automated learning summary when your project lacks a writable root directory for the REVIEW.md file, or when the feature implementation is incomplete and lacks sufficient code or design context for accurate analysis.