Interactive markdown review with web UI. Use when:- User says "review this", "check this plan", "/review"- User wants to give feedback on a plan or document- User says "let me review", "피드백", "검토해줘"- User specifies a file path to review (e.g., "review /path/to/file.md")
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: review description: Interactive markdown review with web UI. Use when user says "review this", "check this plan", "피드백", "검토해줘" or specifies a file path to review. allowed-tools:
- mcp__interactive_review__start_review
- Read
Interactive Review Skill
This skill opens an interactive web UI where users can review content with checkboxes and comments.
How It Works
- Determine the content source:
- If user specifies a file path: Use the
Readtool to get the file contents - If user provides content directly: Use that content as-is
- Otherwise: Collect the most recent relevant content from the conversation
- If user specifies a file path: Use the
- Call
mcp__interactive_review__start_reviewwith the content - A browser window opens automatically with the review UI
- User reviews each item:
- Check/uncheck to approve/reject
- Add optional comments
- User clicks Submit
- Process the feedback and respond accordingly
Content Sources (Priority Order)
- Explicit file path: User says "review /path/to/file.md" or "이 파일 리뷰해줘: README.md"
- Read the file using
Readtool and use its contents
- Read the file using
- Direct content: User provides or references specific content to review
- Use the provided content directly
- Conversation context: Extract relevant content from recent conversation
- Plans, documents, code, etc. that were recently discussed
Usage
When the user wants to review content:
# If file path is specified, read it first:
Read({ "file_path": "/path/to/file.md" })
# Then start the review:
mcp__interactive_review__start_review({
"content": "<content from file or conversation>",
"title": "<descriptive title>"
})
Processing Results
The tool returns a JSON with review items. Handle each item based on:
| checked | comment | Action |
|---|---|---|
| true | empty | Approved - proceed as planned |
| true | has text | Approved with note - consider the feedback |
| false | has text | Rejected - modify according to comment |
| false | empty | Rejected - remove or reconsider this item |
Example Flow
User: "Review this implementation plan"
- Extract the plan content from recent output
- Call start_review with the content
- Wait for user feedback (tool blocks until submit)
- Present summary of feedback
- Ask if user wants you to proceed with approved items or revise rejected items
Response Template
After receiving feedback:
## Review Summary
**Approved**: X items
**Needs revision**: Y items
### Items requiring changes:
- [Item]: [User's comment]
Would you like me to:
1. Proceed with approved items
2. Revise the rejected items based on feedback
3. Both - revise then proceed
More by team-attention
View allCollect and synthesize opinions from multiple AI agents. Use when users say "summon the council", "ask other AIs", or want multiple AI perspectives on a question.
YouTube 영상의 transcript를 가져와서 요약, 인사이트, 한글 번역을 생성하고, 3단계 퀴즈(총 9문제)로 학습 이해도를 테스트합니다. 퀴즈 후 Deep Research 옵션으로 웹 심층 조사도 가능. "유튜브 정리", "영상 요약", "transcript 번역" 요청에 사용.
동영상에서 자막을 자동 생성하고 발표자료 기반으로 교정하는 스킬."자막 생성", "영상 자막", "STT", "subtitle" 요청에 사용.mlx-whisper로 추출 → 중복 정리 → 발표자료 기반 교정까지 자동화.
Create speaker guide documents for AI Builders Meetup. Use when asked to create or generate a speaker guide, speaker 가이드, 스피커 가이드, or when preparing materials for meetup speakers. Ensures no essential sections are missed through a structured 3-phase workflow.