Skip to content

github: add LLM review workflow and project rules#8669

Merged
hauke merged 1 commit into
openwrt:masterfrom
hauke:llm-review
May 28, 2026
Merged

github: add LLM review workflow and project rules#8669
hauke merged 1 commit into
openwrt:masterfrom
hauke:llm-review

Conversation

@hauke
Copy link
Copy Markdown
Member

@hauke hauke commented May 27, 2026

Add a nightly LLM-driven PR review for the LuCI repo, calling the reusable workflow in actions-shared-workflows. The extra_repos list pre-clones LuCI's typical backends (rpcd, netifd, firewall4, ucode, uhttpd, packages, openwrt) so the routine can verify cross-repo references without re-cloning per PR.

Also add .github/llm-review-rules.md with two project-specific rules the system prompt does not cover: redirecting PRs that touch out-of-tree luci-app-* packages, and checking that new UCI options have a backend consumer.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I auto generated this file.
This is the system prompt: https://github.com/openwrt/actions-shared-workflows/blob/main/llm-review-prompts/llm-nightly-digest.md

It will read this file in addition. It should contain topics the LLM should check specific to LuCI.

Add a nightly LLM-driven PR review for the LuCI repo, calling the
reusable workflow in actions-shared-workflows. The extra_repos list
pre-clones LuCI's typical backends (rpcd, netifd, firewall4, ucode,
uhttpd, packages, openwrt) so the routine can verify cross-repo
references without re-cloning per PR.

Also add .github/llm-review-rules.md with two project-specific rules
the system prompt does not cover: redirecting PRs that touch
out-of-tree luci-app-* packages, and checking that new UCI options
have a backend consumer.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown

Warning

Some formality checks failed.

Consider (re)reading submissions guidelines.

Failed checks

Issues marked with an ❌ are failing checks.

Commit c9cc3e4

  • Signed-off-by must match author
    Actual: missing or doesn't match author
    Expected: Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

For more details, see the full job log.

Something broken? Consider providing feedback.

@hauke hauke merged commit 9aa8932 into openwrt:master May 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant