The idea is simple: pipe your command through logifai, and Claude Code can search your logs directly.
npm run dev 2>&1 | logifai
Hit an error → just ask Claude "what went wrong?"
It captures everything into structured NDJSON, has a Web UI with live streaming, and includes a Claude Code Skill so Claude can search your logs.
It also has a Log Reference feature — select lines in the Web UI, click "Copy Ref", paste a compact logifai:// URI into Claude instead of hundreds of log lines.
Generate the title and body of the Pull Request with ChatGPT API based on git diff. Create a new Pull Request or update an existing Pull Request based on this title and body. - tomoyaf/gh-prai