← ClaudeAtlas

workflow-audit-emit-issueslisted

After a codebase audit, groups audit findings by subsystem (path prefix) and emits them as context-rich GitHub issues with template discovery, label selection, and a batch preview-confirm gate before filing. Keywords — audit findings grouped github issues subsystem emit.
lugassawan/swe-workbench · ★ 2 · AI & Automation · score 71
Install: claude install-skill lugassawan/swe-workbench
# workflow-audit-emit-issues Files codebase audit findings as grouped GitHub issues — one issue per subsystem, sub-sectioned by domain. ## When to invoke After a codebase audit has produced a ranked findings table and the user accepts the "File as issues?" offer emitted by the `audit-codebase` command. Requires ≥1 finding in the orchestrator's context. ## When NOT to invoke - Zero findings — the audit ends at the rendered table; no offer is made. - Without a preceding audit — this skill consumes in-context finding data only. - To re-run the audit itself — see `swe-workbench:workflow-codebase-audit` (read-only; no back-edge here). ## Composition This skill is the filing counterpart to (not a caller of) `swe-workbench:workflow-codebase-audit`. Filing logic mirrors `swe-workbench:workflow-bug-triage` Phase 4 precedent: `--body-file`, `.cmd` sidecar, preview-gate-then-confirm. Template and label discovery follows the same chain used by `agents/product-manager.md`. ## Input Findings already in the orchestrator's context from the audit render. Each finding carries: `file_line`, `domain`, `severity`, `confidence`, `effort`, `symptom`, `root_cause`, `reasoning_chain`, `counter_evidence_considered`, `suggested_fix`. ## Preamble — confirm runtime commands are on PATH Confirm the plugin's runtime commands are reachable before any script call. If they are not on `PATH` (e.g. the plugin is not installed or predates `bin/`), abort loudly. ```bash command -v swe-workbench-clean-