Log to bug report converter
Skill ShreyasBh02/AI-Skills-Collection/log-to-bug-report-converter
Installable GitHub library of 5+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
npx -y skills add ShreyasBh02/AI-Skills-Collection --skill log-to-bug-report-converterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Parses error logs, stack traces, and test failures into production-ready bug reports.
SKILL.md
1.1 KB, as published. Nobody here has run it
Log-to-Bug-Report Converter (RCA Tool)
Turn noisy log dumps into clean, actionable, developer-ready bug reports in Markdown.
Instructions
- Ingest unstructured logs, stack traces, Jenkins/GitHub Actions failure outputs, or console dumps.
- Analyze the root cause by finding the earliest critical exception or logical error.
- Generate a structured Bug Report containing:
- Title: Clear, concise summary of the issue.
- Environment/Context: Assumptions based on stack trace (e.g., Java version, Spring Boot, OS).
- Steps to Reproduce: Derived logically from the trace/context.
- Expected Behavior: What should have happened.
- Actual Behavior: The exact failure/exception snippet.
- Root Cause Analysis (RCA): A developer-centric explanation of exactly what line/module failed and why (e.g., NullPointerException at BaseTest.java:45 due to an uninitialized WebDriver).
- Use standard Markdown format so it can be easily copied to Jira, Azure DevOps, or GitHub Issues.