Analyze Tizen gbs build logs and produce compact Evidence Packets for LLM root-cause diagnosis.
Resources
5Install
npx skillscat add lhmax2010/loganalysisskill Install via the SkillsCat registry.
SKILL.md
Tizen gbs Log Analysis
Status
This repository is currently at M0 initialization. The analyzer runtime is not ready for
end-user use until M8 completes.
Intended Use
When implemented, this skill analyzes Tizen gbs build failures and produces:
evidence_packet.jsonfor tools and agentsevidence_packet.mdfor LLM reviewperf_report.jsonfor runtime and token metricstrace.jsonlfor debugging
Contract
The stable entry point will be:
python -m gbs_analyzer analyze /path/to/buildlog \
--src-root /path/to/source \
--max-tokens 1800 \
--output-dir ./outUntil M8, follow docs/CODEX_PROMPT.md and the active .dev_memory/current.yaml
instead of invoking the analyzer.