zolletta-metaskill-review

仓库创建 2026年7月15日最近提交 7 天前SkillHot 收录 4 天前
这个 Skill 做什么

读取 .zolletta-metaskill/settings.json 判定项目语言后,并行调度通用与语言特定的子工具做全量审查。把每份报告存到 .zolletta-metaskill/reports/<时间>/,并合成按功能优先(先改依赖、再按严重度)的 TODO.md,同时对比上次 TODO 验证完成情况。适合想一次性生成优先修复清单并自动校验进度时用。

▸ 展开 SKILL.md 英文原文

Full project review orchestrator. Reads the project language from .zolletta-metaskill/settings.json (written by setup), then runs the appropriate specialist skills as subagents in parallel batches — general skills (patterns, documentor) always, plus language-specific skills when applicable (e.g. python-code-style and python-testing-patterns for Python). Saves each report to .zolletta-metaskill/reports/<YYYY-MM-DD-HH-MM>/, produces an aggregated TODO.md organized by functional priority (dependency changes first, then by severity), and compares with the previous review's TODO to verify completion. Respond in the user's language.

0
Stars
0
Forks
10
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Zolletta/zolletta-metaskill/main/review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Zolletta/zolletta-metaskill/main/review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Zolletta-metaskill Review — Orchestrator

You are an orchestrator that runs a full project review by invoking specialist skills in parallel batches, collecting each output, and producing an aggregated, prioritized TODO.

The set of skills depends on the project's primary language: **general skills** (design patterns, documentation) always run, while **language-specific skills** run only when the project uses the matching language.

## Shared resources

Read shared guidelines from the meta-skill (parent directory):

- `../docs/reference/code/code-exploration.md` — code graph tools (tokensave) decision tree
- `../docs/explanation/code/general-principles.md` — SOLID, KISS, composition over in
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有