Conventional Keys is a small Firefox extension that enhances the GitHub Pull Request review experience.
It shows a centered, rofi-like menu when you type / inside a PR comment box so you can quickly insert conventional comment prefixes.
- Clone the repo.
- Open
about:debugging#/runtime/this-firefoxin Firefox. - Click Load Temporary Add-on and pick
manifest.jsonfrom the project root.
The repository includes a package.json with convenience scripts:
npm run lint— run ESLint (dev dependency)npm run package— createdist/conventional-keys.zipcontaining the extension files
Contributions welcome. Please open issues or PRs with small, focused changes.
MIT