원클릭으로
issue-list-report
Create a well-formatted local report for a provided list of issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a well-formatted local report for a provided list of issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Behavioral rules that make AI coding agents more reliable — verification, self-correction, and scope discipline.
Debugging guidance and structured report template for thorough bug investigation, evidence gathering, and root cause documentation.
Cold-audit a completed delivery — verify the spec was actually delivered, challenge performative claims, and produce a what-landed report.
Guidelines for generating self-contained HTML mockups that look professional and are easy to iterate on.
Shared implementation guidance for making minimal, correct, maintainable code changes that fit existing systems.
The doctrine for `/roadmap-review` — interactive triage of roadmap-shape drift, walked one item at a time, with paste-ready resolution phrasing for the active sizing lens.
| name | issue-list-report |
| description | Create a well-formatted local report for a provided list of issues. |
| compatibility | opencode |
| metadata | {"audience":"issue-tracking","purpose":"list-reporting"} |
Use this after querying the issue tracking system for a list of issues and generating a local report. Use this after finding that an issue is no longer available because it was cancelled or assigned to someone else. Use this after proposed fixes are generated and submitted as a PR.
# [issue list report name]
Generated: [date and time] | Total issues: [total count]
Filter: [friendly description of filter and sort]
## Highlights
- Total issues: [total issue count]
- New today: [count of issues created in the last 24 hours]
- [severity name]: [count]
- [severity name]: [count]
## Issue List
### [issue id] - [title]
Severity: [severity name] | Reporter: [reporter] | Created: [date created] | Age: [days open]
[one or two sentence description of the issue and any notes or important information in the comments or history that seems helpful]