Bug Report
SkillDev toolsWorkflow for creating and submitting bug reports to GitHub
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Bug Report skill
What this skill tells your AI
The instructions your AI receives, as published by oasm-platform/open-asm in .agents/skills/bug-report/SKILL.md and read by ahel’s review.
When to Use
Use this when you need to create a high-quality, reproducible bug report and submit it as a GitHub issue. The final report must be written in English.
Process
1. Gather Evidence
Before drafting, collect:
- Exact Behavior: What's happening vs what should happen
- Reproduction Steps: Clear numbered list
- Environment: OS, versions (Node, Rust, etc.), deployment method
- Logs: Relevant snippets from
core-api,worker, or browser console - Affected Component:
core-api,console,worker, or infra
2. Draft the Report
Use .github/ISSUE_TEMPLATE/bug-report.yml with:
- Title:
[Bug]:followed by concise summary - What happened?: Detailed description
- Affected Component: Select from template options
- Version: Current version or commit hash
- Deployment Method: Docker Compose, Kubernetes, Dev, Production, etc.
- Environment Details: OS, Docker, Node versions
- Log Output: Formatted as code blocks
- Steps to Reproduce: Numbered steps
3. User Confirmation
Present the draft to the user and ask for confirmation before submitting.
4. Submit via GitHub CLI
gh issue create --title "[Bug]: Short description" --body "$(cat <<'EOF'
## What happened?
...
## Affected Component
...
EOF
)"
5. Verify
Confirm the issue was created successfully. Ensure no sensitive data (secrets, keys) were included in logs.
Standards
- Use clear technical language, avoid ambiguous terms
- Use Markdown formatting for logs and reproduction steps
- GitHub issue must be strictly in English
Signals
- GitHub stars
- 187
- Forks
- 30
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
bug-report-oasm-platform- Source
- github.com/oasm-platform/open-asm