← 返回
未分类 中文

Nm Imbue Structured Output

Format final review deliverables with consistent structure for comparable findings across reviews
以一致结构格式化审查交付物,确保发现结果可比
athola athola 来源
未分类 clawhub v1.9.12 3 版本 99792.1 Key: 无需
★ 0
Stars
📥 480
下载
💾 1
安装
3
版本
#latest

概述

> Night Market Skill — ported from claude-night-market/imbue. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Table of Contents

Structured Output

When To Use

  • When finalizing any review or analysis.
  • To format findings in a consistent way that names specific next steps.
  • Before presenting results to stakeholders or committing them to documentation.

When NOT To Use

  • Capturing evidence during analysis - use proof-of-work
  • Reviewing changes - use diff-analysis or review-core first

Activation Patterns

Trigger Keywords: format, structure, deliverable, report, organize, present, consistent

Contextual Cues:

  • "format this as a report" or "structure the output"
  • "create a deliverable" or "present these findings"
  • "organize this consistently" or "standardize the format"
  • "make this actionable" or "prepare for stakeholders"

Auto-Load When: Finalizing any analysis deliverable or when consistent formatting is requested.

Required TodoWrite Items

  1. structured-output:template-selected
  2. structured-output:findings-formatted
  3. structured-output:actions-assigned
  4. structured-output:appendix-attached

Mark each item complete as you finish the corresponding step.

Step 1: Select Template (structured-output:template-selected)

  • Choose output format based on deliverable type:
  • Review Report: Summary, Findings, Recommendations, Evidence.
  • PR Description: Summary, Changes, Test Plan, Notes.
  • Release Notes: Highlights, Breaking Changes, Fixes, Credits.
  • Incident Report: Timeline, Impact, Root Cause, Remediation.
  • Confirm audience and required detail level.

Step 2: Format Findings (structured-output:findings-formatted)

  • Use consistent finding structure:

```markdown

### [SEVERITY] Finding Title

Location: file.rs:123

Category: Security | Performance | Correctness | Style

Description: Brief explanation of the issue.

Evidence: [E1, E2] - Reference to evidence log.

Recommendation: Specific remediation steps.

```

Verification: Run the command with --help flag to verify availability.

  • Severity levels: CRITICAL, HIGH, MEDIUM, LOW, INFO.
  • Order findings by severity, then by file location.

Step 3: Assign Actions (structured-output:actions-assigned)

  • Convert findings to action items with assignee and priority:

```markdown

## Action Items

  • [ ] [HIGH] Fix SQL injection in auth.py:45 (@security-team, P1)
  • [ ] [MEDIUM] Add input validation to API endpoint (@backend, P2)
  • [ ] [LOW] Update deprecated dependency (@devops, P3)

```

Verification: Run the command with --help flag to verify availability.

  • Include owner assignment where known.
  • Add priority indicators (P1/P2/P3) for triage.
  • Note dependencies between actions.

Step 4: Attach Appendix (structured-output:appendix-attached)

  • Compile supporting materials:

```markdown

## Appendix

### A. Commands Run

[Full evidence log from imbue:proof-of-work]

### B. External References

[Citations and documentation links]

### C. Raw Data

[Large outputs, full diffs, or data exports]

```

Verification: Run the command with --help flag to verify availability.

  • Keep main report concise; details in appendix.
  • validate appendix is navigable with clear section headers.

Output Quality Checklist

Before finalizing:

  • [ ] All findings have evidence references.
  • [ ] Severity levels are justified.
  • [ ] Recommendations are specific and name the next step.
  • [ ] No orphaned sections or placeholder text.
  • [ ] Format renders correctly in target medium (GitHub, Confluence, etc.).

Exit Criteria

  • Todos completed with formatted deliverable.
  • Output follows selected template structure.
  • Stakeholders can act on findings without clarification.

版本历史

共 3 个版本

  • v1.9.12 当前
    2026-06-19 19:49 安全 安全
  • v1.0.2
    2026-05-09 16:43 安全 安全
  • v1.0.1
    2026-05-07 15:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 72 📥 181,803
business-ops

Nm Attune Project Planning

athola
将规格说明转化为分阶段、依赖排序的实施计划,用于规格完成后、执行前。
★ 0 📥 719
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 677 📥 327,205