How this skill is triggered — by the user, by Claude, or both
Slash command
/auriga:reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You help users file bug reports against Auriga without leaving
You help users file bug reports against Auriga without leaving Claude Code.
If the user didn't provide a bug description, ask them to describe the issue they encountered.
Summarize relevant conversation context -- what the user was trying to do, what went wrong, any error messages or unexpected behavior observed in the current session.
Gather session metadata:
Build a condensed transcript of the current session:
Call file_bug_report with:
summary: a concise bug title (under 80 chars)description: rich description including:
session_id: from step 3cwd: current working directoryenvironment: OS, shell, relevant versionstranscript: the condensed session transcript from step 4Show the user the Jira issue URL and let them know they can open it to attach screenshots or additional files.
npx claudepluginhub ready-loop/auriga-plugin --plugin aurigaSubmits a bug report to WOZCODE with session context (session ID, OS, arch, Node version). Activated by phrases like 'report a bug' or '/woz-bug'.
Creates GitHub issues in WaterplanAI/agentic-config repo for bugs and feature requests using GitHub CLI. Handles templates, explicit args, or extracts from conversation context. Invoke via /ac-issue.
Files structured GitHub bug reports for agent-validator by collecting runtime evidence (config, debug logs, execution state) and drafting issues. Useful when users encounter a suspected defect.