Promptbench
Test AI prompts from the WordPress admin.
by Nilambar Sharma · github.com/ernilambar/promptbench · website
★ 0stars
3release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/ernilambar/promptbench/releases/download/v1.0.1/promptbench.zipReadme
Promptbench
Test AI prompts from the WordPress admin.
Requires an AI provider configured via the WordPress AI Client.
Requirements
- PHP 8.0+
- WordPress 7.0+
Installation
- Install and activate the plugin.
- Install and configure a compatible AI provider plugin.
- Access the tool under Tools > Promptbench.
Development
composer install
pnpm install
pnpm build
Run linting:
composer lint # check
composer format # auto-fix
Contributing
- Fork the repository and create a feature branch.
- Run
composer install && pnpm installto set up the environment. - Make your changes. Run
pnpm buildandcomposer lint— both must pass with zero errors. - Open a pull request against
mainwith a clear description of what and why.
Bug reports are welcome via GitHub Issues.
Releasing
- Update
readme.txt's== Changelog ==section. - Bump
versioninpackage.json, then runpnpm run version. - Commit the version bump, then tag and push (matching the bumped version, e.g.
v1.0.1):
git tag v1.0.1
git push origin v1.0.1
Pushing the tag triggers .github/workflows/release.yml, which builds the plugin and attaches the zip to a GitHub release.
License
Read the full README on GitHub →