用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Dev-Toolbelt/dev-team-agents --skill output-format命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | output-format |
| description | Pure-markdown output rules for plans, reports, reviews, and any structured agent output. |
Use this format for ALL structured output — plans, reports, reviews, diagnostics, conformance reports, post-implementation reviews, and any other agent-produced documents. It renders cleanly on any platform (Claude Code, opencode, Codex CLI, ChatGPT, any terminal or web UI).
Everything this skill governs is read directly by a human in the main chat window — not a file on disk. Write for light, fast reading, not dense prose:
This also cuts output tokens: a padded answer costs more to generate than a tight one saying the same thing. Does not apply to files written to disk (code, docs, ADRs) — those follow their own format's conventions.
┌ ─ ┐ │ └ ┘ ┃ ━ ┏ ┓ ┗ ┛ ┣ ┫ ┳ ┻ ╋ ═ ║ ╔ ╗ ╚ ╝ ╠ ╣ ╦ ╩ ╬☐ ☑ ☒ ✓ ✗ ★ ☆ ✦ ✧ ❗ ❓ ➜ → ⇒ ⇨ · • ◦ ‣✅ ❌ ⚠️ 📌 🔄 only when they carry real semantic meaning (completion, error, warning, action item, pending). Never use emojis purely decoratively.|---|---| syntax, never ASCII box-drawing tables## Title
### Subtitle
Body text with **bold** for emphasis and `inline code` for paths, commands, or filenames.
- List items with `-` for unordered lists
- Use `1.` for ordered lists
Code blocks with language tag:
```language
code or structured data
## Report Template
Use this structure for reports, reviews, and diagnostics:
[1-3 sentences: overall verdict and key takeaway]
path/to/file.ext:line
### Severity Labels
Use these consistently:
| Label | When |
|---|---|
| `[BLOCKING]` | Must fix before proceeding |
| `[HIGH]` | Significant issue, should fix soon |
| `[MEDIUM]` | Moderate concern |
| `[LOW]` | Minor, take it or leave it |
| `[INFO]` | Information only, no action required |
| `[SUGGESTION]` | Improvement, not a blocker |
| `[QUESTION]` | Needs clarification |
## Conformance Report
[1-2 sentences]
| File / Area | Deviation | Severity | Action |
|---|---|---|---|
path/to/file.ext | [what] | [severity] | [fix] |
| Item | Introduced | Owner | Target |
|---|
## Post-Implementation Review
[1-2 sentences: verdict and recommended next step]
## Security Review
[2-3 sentences: overall risk posture]
path/to/file.ext:line
## Plan Template
[One or two sentences: what triggered this task and why it matters]
In scope:
Out of scope:
[One paragraph: chosen strategy and reasoning]
| # | Action | Files | Complexity | Par. |
|---|---|---|---|---|
| 1 | [action] | path/to/file | [Low/Med/High] | [A/B/—] |
Complexity: Low=routine, Medium=multiple touch points, High=architectural Par.: same letter = parallel, — = sequential
Awaiting your approval before proceeding. Reply "approved" to execute or provide feedback to adjust.
## Diagnostics
[PASS / FAIL / WARNING] — [one-line summary]