Open Knowledge Bug Report

Guides the agent to capture a redacted OpenKnowledge diagnostic bundle via the ok CLI.

Works with setup

Test report

Verdict
Works with setup
Score
7.2/10
Tested
Jul 20, 2026
Environment
Claude Code 2.x (agent harness)

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (SKILL.md not found in repo tree). The test below is what we measured on Jul 20, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

Fetched the repo tree (12 SKILL.md files) and picked bug-report/SKILL.md by slug; read it in full. Clean, self-contained prompt with an auto-redaction step and no relative-file references, but it drives the external `ok bug-report` CLI so I could not run it. Noted an internal inconsistency: frontmatter metadata.version is 0.6.0 while the body says the command ships in >= 0.7.0.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 5/5
  • Output vs. baseline 5/10
  • Docs & honesty 4/5

What Open Knowledge Bug Report does

A prompt-only skill that tells the agent to run `ok bug-report`, unzip the diagnostic bundle, and grep the pino NDJSON logs for errors when a user reports an OpenKnowledge problem. It triggers on debugging/bug-report requests for OK specifically. The workflow is sound but inert without the external `ok` CLI and OpenKnowledge MCP server installed.

How to install Open Knowledge Bug Report

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger Open Knowledge Bug Report

  • /open-knowledge-bug-report Guides the agent to capture a redacted OpenKnowledge diagnostic bundle via the ok CLI.

It also activates on plain-language prompts like these:

  • File a bug report for this OpenKnowledge issue
  • Help me debug this OpenKnowledge problem
  • Run the bug-report CLI and capture diagnostics

Frequently asked questions

Is the Open Knowledge Bug Report skill free?
Yes. The skill itself is free from inkeep/open-knowledge. SkillProof publishes the install command and an independent test verdict at no cost.
Does Open Knowledge Bug Report work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 20, 2026. Verdict: Works with setup. Fetched the repo tree (12 SKILL.md files) and picked bug-report/SKILL.md by slug; read it in full. Clean, self-contained prompt with an auto-redaction step and no relative-file references, but it drives the external `ok bug-report` CLI so I could not run it. Noted an internal inconsistency: frontmatter metadata.version is 0.6.0 while the body says the command ships in >= 0.7.0.
What is the Open Knowledge Bug Report SkillProof Score?
7.2/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 4/5.
How do I install Open Knowledge Bug Report?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Open Knowledge Bug Report with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.