
Wizard Browser Extension
A Chrome extension that runs Holdex's engineering process on top of GitHub
Table of Contents
Holdex's engineering process is documented and enforced. Goal issues need spec links, ETAs, and the right labels. PR time gets logged. Bugs get attributed to commits. Cross-org project tracking happens in one place. None of that comes for free in vanilla GitHub. Wizard is the Chrome extension that makes the workflow feel native.
What it does
Wizard layers on top of github.com and adds the same workflow that the Holdex Automation GitHub App ( apps/holdex) enforces from the server side.
- Goal issue validation. Title prefixes, label sets, issue types, spec-doc links, and ETA presence are checked inline. Overdue Goals surface warnings.
- Cross-organisation project tracking. One-click issue addition into the right project across multiple GitHub orgs.
- Calendar integration. Create a Google Calendar event from a GitHub issue with auto-populated details.
- Subscription management. Customise issue and PR notification subscriptions with visual status indicators and event-type targeting.
- Side panel. Attio Deals, assigned tasks, and due dates show up alongside the GitHub UI without leaving the page.
The extension is published by Holdex Limited on the Chrome Web Store with scoped permissions (activeTab, storage, tabs, sidePanel). Wizard ships against the workflow it serves, often.
Holdex's role
End-to-end. Wizard is a Holdex internal tool that became publicly listed once the workflow it enforces had stabilised. The companion server-side piece is the Holdex Automation GitHub App, documented at wizard.holdex.io, which provides a slash-command interface for the same process from inside issue and PR comments.
Links
- Command reference: wizard.holdex.io
- Companion GitHub App: github.com/apps/holdex
- Chrome Web Store: search "Wizard" by Holdex Limited
