返回 Skill 列表
extension
分类: 开发与工程无需 API Key

optimization.quality_report

报告的利益相关者受众。

person作者: jakexiaohubgithub

Purpose

Increase transparency into product quality and drive prioritization of remediation work.

Pre-run Checklist

  • ✅ Collect defect stats, test automation results, and reliability metrics.
  • ✅ Align on focus areas with product and engineering leadership.
  • ✅ Verify data freshness and accuracy.

Invocation Guidance

codex run --skill optimization.quality_report \
  --vars "period={{period}}" \
         "focus_areas={{focus_areas}}" \
         "data_sources={{data_sources}}" \
         "audience={{audience}}"

Recommended Input Attachments

  • Defect tracker export.
  • Test automation dashboards or CI results.
  • Incident or support ticket summaries.

Claude Workflow Outline

  1. Summarize reporting period, audience, and focus areas.
  2. Highlight key wins, risks, and trends.
  3. Provide metrics tables covering defects, automation, coverage, and customer impact.
  4. Recommend remediation actions with owners and due dates.
  5. Outline next review cadence and areas requiring deeper dives.

Output Template

# Quality Report — {{period}}

## Highlights & Risks
- Highlight:
- Risk:

## Metrics Snapshot
| Metric | Current | Δ vs Prior | Target | Notes |
| --- | --- | --- | --- | --- |

## Defect & Automation Details
- Defect Backlog:
- Automation Pass Rate:
- Flaky Tests:

## Recommendations
| Action | Owner | Priority | Due Date |
| --- | --- | --- | --- |

## Next Steps
- Upcoming Reviews:
- Data Improvements Needed:

Follow-up Actions

  • Share the report with stakeholders via the agreed channel.
  • Track recommendations in the quality improvement backlog.
  • Plan deep dives on high-risk areas.