WP Manifestindependent plugin directory
manifest / ai / promptbench

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.zip

Readme

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

  1. Install and activate the plugin.
  2. Install and configure a compatible AI provider plugin.
  3. Access the tool under Tools > Promptbench.

Development

composer install
pnpm install
pnpm build

Run linting:

composer lint        # check
composer format      # auto-fix

Contributing

  1. Fork the repository and create a feature branch.
  2. Run composer install && pnpm install to set up the environment.
  3. Make your changes. Run pnpm build and composer lint — both must pass with zero errors.
  4. Open a pull request against main with a clear description of what and why.

Bug reports are welcome via GitHub Issues.

Releasing

  1. Update readme.txt's == Changelog == section.
  2. Bump version in package.json, then run pnpm run version.
  3. 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

GPLv2 or later

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v1.0.1 Aug 7, 2026 promptbench.zip 1
v1.0.0 Aug 6, 2026 promptbench.zip 2