技能 reporting-issues
📋

reporting-issues

安全

Create troubleshooting session reports

Transform debugging sessions into structured, shareable reports. This skill helps document issues, solutions, and findings for team knowledge sharing and future reference.

支援: Claude Codex Code(CC)
📊 69 充足
1

下載技能 ZIP

2

在 Claude 中上傳

前往 設定 → 功能 → 技能 → 上傳技能

3

開啟並開始使用

測試它

正在使用「reporting-issues」。 Use @reporting-issues to document this session where I fixed the database connection timeout issue by increasing the pool size.

預期結果:

  • ## Troubleshooting Report
  •  
  • ### Issue Summary
  • Database connection timeouts occurring under load
  •  
  • ### Root Cause
  • Connection pool size was too small for concurrent requests
  •  
  • ### Resolution
  • Increased pool size from 10 to 50 connections
  •  
  • ### Verification
  • Tested with 100 concurrent users, no timeouts observed

安全審計

安全
v1 • 1/23/2026

Static analysis detected a false positive pattern match for 'Weak cryptographic algorithm' at SKILL.md:3. Manual review confirms this is benign YAML frontmatter describing the skill's purpose. No cryptographic code, algorithms, or security-sensitive patterns exist in the skill files. The skill is a simple documentation wrapper that references another agent for report generation.

1
已掃描檔案
9
分析行數
0
發現項
1
審計總數
未發現安全問題
審計者: claude

品質評分

38
架構
100
可維護性
83
內容
20
社群
100
安全
91
規範符合性

你能建構什麼

Document customer support issues

Transform support ticket conversations into structured reports that capture the full problem history, troubleshooting steps taken, and final resolution for knowledge base entries.

Create sprint retrospective reports

After incident response sessions, generate reports summarizing what went wrong, how it was fixed, and preventive measures for team retrospectives and process improvement.

Build personal debugging logs

Keep a personal log of complex debugging sessions with clear documentation of the problem, investigation steps, and solution for future reference when similar issues arise.

試試這些提示

Basic issue report
Use the @reporting-issues skill to create a troubleshooting report from this debugging session:

[Describe the issue, steps taken, and outcome]
Detailed incident report
Generate a comprehensive troubleshooting report using @reporting-issues. Include:

- Initial problem description
- All debugging steps performed
- Key findings and observations
- Final resolution
- Recommendations for prevention
Knowledge base entry
Create a troubleshooting report with @reporting-issues formatted for a knowledge base. Make it reproducible by including exact commands used and environment details.
Team handoff report
Use @reporting-issues to document this debugging session for handoff to another team. Include context, current status, and next steps.

最佳實務

  • Include specific error messages and timestamps when describing issues
  • Document both what was tried and why it did not work
  • Add environmental context like versions, configs, and system details

避免

  • Skipping the root cause analysis and only documenting the fix
  • Using vague descriptions like it broke or it did not work
  • Failing to verify the fix before closing the session

常見問題

What does the reporting-issues skill actually do?
This skill invokes the @troubleshoot-report-generator agent to create a structured report from your debugging session. It organizes the information you provide into a clear format with issue summary, root cause, and resolution sections.
Do I need to install anything to use this skill?
No additional installation is required. The skill simply calls another agent that should be available in your Claude Code environment.
Can this skill troubleshoot issues automatically?
No. The skill generates reports from information you provide. It does not perform diagnostic steps or access systems directly.
What makes a good troubleshooting report?
A good report includes specific error messages, step-by-step actions taken, environmental details, the root cause discovery, and verification that the fix works.
Can I export reports to different formats?
The skill generates markdown output that can be copied to any markdown-compatible tool, knowledge base, or documentation system.
Is this skill suitable for team collaboration?
Yes. The generated reports are ideal for sharing with team members, adding to documentation, or creating a searchable knowledge base of past issues.

開發者詳情

檔案結構

📄 SKILL.md