From faultline
Open a GitHub issue for a Faultline error group using its most recent occurrence as context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/faultline:file-issue <error-group-id><error-group-id>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
File a GitHub issue for Faultline error group `$ARGUMENTS`.
File a GitHub issue for Faultline error group $ARGUMENTS.
get_error_group with the id and show: exception_class, message, file_path:line_number, occurrence_count, last_seen_at, current status.create_github_issue with id.issue_number and issue_url, surface both so the user can open it.Possible errors the tool may return:
"GitHub is not configured. Set github_repo and github_token." — tell the user to set these on Faultline.configure in their initializer."Tool disabled: mcp_readonly is true" — this is a mutating tool; user needs c.mcp_readonly = false."Error group #N has no occurrences to attach to the issue." — the group exists but has nothing to file against. Nothing to do.npx claudepluginhub dlt/faultline --plugin faultlineWalks through unresolved Faultline error groups one at a time, prompting to investigate, resolve, ignore, file a GitHub issue, skip, or stop.
Transforms error logs, screenshots, voice notes, and rough bug reports into structured GitHub issues with reproduction steps, impact, and evidence.
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.