explain-changes
GitHub分析代码变更,提供结构化摘要、文件列表、安全审查(认证、验证、密钥)、风险区域及边缘情况检查,帮助开发者快速评估变更影响与潜在问题。
Trigger Scenarios
Install
npx skills add elie222/inbox-zero --skill explain-changes -g -y
SKILL.md
Frontmatter
{
"name": "explain-changes",
"description": "Explain recent changes and provide a structured summary with security checks"
}
Review the recent changes and provide:
-
Summary: What was built or changed? Explain in 2-3 sentences.
-
Files changed: List the files that were added or modified, grouped by area (e.g., API routes, components, database, utils).
-
Security check:
- Any new API endpoints? Are they properly authenticated?
- Any database writes? Is the input validated?
- Any external API calls? Are secrets handled correctly?
- Any user-facing inputs? Are they sanitized?
-
Risk areas: Which files or functions are most likely to cause problems? Why?
-
Edge cases: What scenarios might break this? What hasn't been tested?
-
Missing pieces: Based on what this feature is supposed to do, is anything obviously incomplete or not wired up?
-
Questions for me: Anything you're uncertain about or made assumptions on that I should verify?
Be concise. Flag problems, don't over-explain things that are fine.
Version History
- 633a2ab Current 2026-08-20 17:14


