harnessloop-issuelisted
Install: claude install-skill litianyi-007/harnessloop
# Harnessloop Issue
Use this skill when the input is a user question about Harnessloop itself, a request to record a Harnessloop concern, an issue report from `.harnessloop/meta/evolution-issues/`, or an equivalent Harnessloop self-audit report.
The goal is to improve Harnessloop itself. Do not solve the source project's business problem unless that is required to understand the Harnessloop failure.
## Input Contract
Accept an explicit skill invocation such as:
- `$harnessloop-issue record <question or concern>`
- `$harnessloop-issue analyze .harnessloop/meta/evolution-issues/0001-example.md`
- `$harnessloop-issue propose-fix .harnessloop/meta/evolution-issues/0001-example.md`
Treat `harnessloop:issue` as a natural-language alias only; `$harnessloop:issue` is not a valid skill invocation.
Supported actions:
- `record`: create or draft an evolution issue from a user question, concern, self-audit finding, unclear protocol behavior, missing skill behavior, template gap, packaging gap, or plugin problem.
- `analyze`: classify an existing issue and identify the smallest upstream improvement.
- `propose-fix`: produce the smallest upstream patch outline or apply it when the user explicitly asks for code changes.
For `record`, useful input includes:
- Summary of the question or suspected Harnessloop problem.
- Expected Harnessloop behavior.
- Actual or observed behavior.
- Scope: docs, template, main loop, issue skill, another skill, examples, validation script, plugin pack