report-to-issues skillA
report-to-issues is agent-read markdown (skill) from ymd38/dev-skills: Parses reports generated by the software-evaluation or vulnerability-scan skills and interactively registers selected tasks as GitHub Issues using the `gh` CLI. Use when the user wants to convert an evaluation report (docs/evaluation/*.md) or security audit report (docs/security-audit/*.md) into GitHub Issues. Triggers on requests like "create issues from report", "register tasks to GitHub", "convert report to issues", or when pointing at a specific report file..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
## Workflow ### Phase 1: Locate Report 1. If the user specifies a file path, use it directly. 2. Otherwise, list available reports: - `docs/evaluation/` — software-evaluation reports - `docs/security-audit/` — vulnerability-scan reports - If multiple exist, ask the user to select one. 3. Detect report type by content: - Contains `## Improvement Roadmap` → **evaluation report** - Contains `## Remediation Priority` → **security-audit report** --- ### Phase 2: Extract Tasks **Evaluation report** — extract rows from `## Improvement Roadmap` tables (P0–P3): Each row yields: - `priority`: P0 / P1 / P2 / P3 - `title`: Problem column (first sentence or file:line prefix) - `problem`: full Problem cell - `solution`: Solution cell - `expected_outcome`: Expected Outcome cell **Security-audit report** — extract from `## Remediation Priority` table AND individual `## Findings` sections: Each row yields: - `priority`: P0 / P1 from Priority column - `title`: Finding column - `action`: Action column - `body`: full finding detail from the matching `### V-XX` section (Vulnerable Code, Attack Path, Risk Assessment, Recommended Fix) --- ### Phase 3: Present Tasks for Selection …
Read the whole file at its exact version.
How to install
mdr add ymd38/dev-skills/report-to-issues@git:20260919.20d77cbmdr add ymd38/dev-skills/report-to-issues@sha256:03ef121dfeda2e49Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_l6uheihmcgyyuniw)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260919.20d77cb latest | 2026-09-19 | 20d77cb | 5,808 B | A | view · diff |
| git:20260406.393d9bd | 2026-04-06 | 393d9bd | 4,537 B | A | view · diff |
| git:20260406.90357d5 | 2026-04-06 | 90357d5 | 4,606 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (5808 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
ymd38/dev-skills · 4 stars · license MIT · pushed 2026-09-19 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_l6uheihmcgyyuniw GET https://markdownregistry.com/api/v1/resolve?ref=ymd38/dev-skills/report-to-issues GET https://markdownregistry.com/api/v1/blob/03ef121dfeda2e4975544f29994761ae599311ffc642577f67fec667882da0d6
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from ymd38/dev-skills
Every file in ymd38/dev-skills