feat: 添加文章深度解读技能#12
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds two new TRAE agent skills: kz-article-deep-analysis (the primary skill described in the PR title) for deep-reading non-academic articles, and kz-doc-coauthoring for structured document co-authoring. Both follow the author's custom skill structure with Chinese-language annotations and verification scripts.
Changes:
- Adds
skills/kz-article-deep-analysis/SKILL.md,references/methodology.md,assets/template.md, andscripts/verify.py— a complete skill for deeply analyzing blog posts and essays - Adds
skills/kz-doc-coauthoring/SKILL.mdandscripts/verify.py— a document co-authoring workflow skill with intent routing and structured writing stages
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
skills/kz-article-deep-analysis/SKILL.md |
Core SKILL.md for the article deep analysis skill with YAML frontmatter, 4-step workflow, and version history |
skills/kz-article-deep-analysis/references/methodology.md |
Reference document explaining the analysis methodology (topic extraction, cognitive tension, transfer) |
skills/kz-article-deep-analysis/assets/template.md |
Output report template with placeholder sections for the analysis |
skills/kz-article-deep-analysis/scripts/verify.py |
Verification script checking SKILL.md structure and required companion files |
skills/kz-doc-coauthoring/SKILL.md |
Core SKILL.md for the document co-authoring skill with intent routing, 6-step workflow, and version history |
skills/kz-doc-coauthoring/scripts/verify.py |
Verification script with detailed structural checks specific to the co-authoring workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
MasamiYui
left a comment
There was a problem hiding this comment.
Please optimize the skill descriptions and update the README.md file.
This reverts commit c229a70.
|
Please update the README.md |
PR 提交说明:新增 Skill
|
YeatsLiao
left a comment
There was a problem hiding this comment.
good SKILL :) Thank you for your submission.
name: kz-article-deep-analysis
description: 深度解读非学术类文章(博客、随笔、评论),抽取核心议题与核心主张,评估其对读者认知的增量与张力,输出结构化分析报告。