Currently kodiai does only generic reviews for Python addons in repo-scripts, repo-plugins and repo-scrapers that does not help much because in case of Python addon we do not review code correctness or coding style (that is the responsibility of addon developers). We only check if an addon satisfies addon submission rules: https://kodi.wiki/view/Add-on_rules
I have developed a Claude Code command that I use to review Python addon submissions and I think it can be convereted into kodiai prompt (or whatever it uses) to automate Python addon reviews. Naturally, the final decision should be made by a human reviewer but I think in will help to catch obvious red flags especially in case of large submissions.
review-kodi-addon.md
Currently kodiai does only generic reviews for Python addons in
repo-scripts,repo-pluginsandrepo-scrapersthat does not help much because in case of Python addon we do not review code correctness or coding style (that is the responsibility of addon developers). We only check if an addon satisfies addon submission rules: https://kodi.wiki/view/Add-on_rulesI have developed a Claude Code command that I use to review Python addon submissions and I think it can be convereted into kodiai prompt (or whatever it uses) to automate Python addon reviews. Naturally, the final decision should be made by a human reviewer but I think in will help to catch obvious red flags especially in case of large submissions.
review-kodi-addon.md