Kjeks AI Reviewer
AI-assisted advisory classification suggestions for unreviewed cookies in Kjeks, using the WordPress 7 core AI client.
by Per Søderlind · github.com/soderlind/kjeks-ai-reviewer · website
★ 0stars
3release downloads
8composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/soderlind/kjeks-ai-reviewer/releases/download/0.6.0/kjeks-ai-reviewer.zipAlso on Packagist as soderlind/kjeks-ai-reviewer:
composer require soderlind/kjeks-ai-reviewerFrom the readme
Kjeks AI Reviewer
An add-on for Kjeks that uses the WordPress 7 core AI client to suggest classifications and enriched metadata for unreviewed cookies in the Kjeks registry.
Every suggestion is advisory. The reviewer never sets a cookie's reviewed flag and never applies a classification on its own — an administrator confirms each one, which then runs the normal Kjeks review.
Requirements
- Kjeks (active, network-wide)
- WordPress 7.0+ with a working AI provider (the plugin hides its UI when wpsupportsai() is false)
- PHP 8.3+
Installation
1. Install and activate Kjeks first — this add-on requires it.
2. Download the latest kjeks-ai-reviewer.zip.
3. In WordPress, go to Plugins → Add New → Upload Plugin and upload the zip.
4. Activate the plugin (on multisite, Network Activate it).
The plugin updates itself automatically via GitHub releases using plugin-update-checker.
How it works
1. Ground before generate. Each unreviewed cookie is first matched against a pinned snapshot of the Open Cookie Database. A confident local match becomes a suggestion with no AI call. A partial match seeds the prompt so the model only fills gaps.
2. Minimal prompt. Only name, domain, storagetype,
Read the full README on GitHub →