‹ all agents
LIVE
Issue Triage
issue-triage
It can only apply labels that already exist in your repo, so it cannot invent taxonomy. The summary, priority and duplicate flag land as a comment; nothing is closed or reassigned automatically.
- Triggersautomatically on
issues, or/w triage - Modelyours (BYOK) — a small fast model is usually enough
- Outputa comment, plus labels applied from your existing set only
- AvailabilityLive — running in production on every installation
It can only apply labels that already exist in your repository, so it cannot invent taxonomy. Nothing is closed or reassigned automatically.
Sample output
What lands on a new issue. Real output from a production run — not a mock-up.
### 🤖 wrokin triage The pre-push hook fires on tag pushes and runs the full suite to bless a tag that ships no commits. Skip refs under refs/tags/. **Suggested priority:** low **Labels applied:** enhancement **Possible duplicate:** no <sub>Model: deepseek/deepseek-v4-pro · your key, your model (BYOK)</sub>
Integrate this agent
Committing this to .wrokin/config.yml is the whole setup — validate against config.schema.json first. Or drive the setup API with a token.
version: 1
agents:
issue-triage:
enabled: true
model: { provider: mistral, name: codestral-latest }
On demand: comment /w triage on any issue. Full command contract: w-commands.md.