hamforge's opinionated GitHub workflow for AI-assisted Laravel development, distributed as Laravel Boost skills.
It gives coding agents a consistent way to capture ideas, plan work, investigate and implement issues, and review releases without turning the package into a runtime GitHub integration.
Built and maintained independently by hamforge in Australia.
After installation, supported AI coding assistants gain access to the bundled GitHub workflow for capturing ideas, planning work, selecting and implementing issues, and reviewing release readiness.
The package provides development-time workflow guidance rather than runtime application behavior, so install it in an existing Laravel Boost application as a development dependency:
composer require --dev hamforge/boost-github-workflowThen ask Laravel Boost to discover the newly installed package and make its skills available to your configured AI coding assistants:
php artisan boost:update --discoverIf Laravel Boost is not configured yet, install it and run its initial setup instead:
composer require laravel/boost --dev
php artisan boost:installAfter the skills have been installed, normal php artisan boost:update runs keep the existing Boost resources current.
GitHub-interacting skills use GitHub CLI as their standard interface. Install gh and authenticate it before use:
gh auth loginBy default, the package assumes the following workflow conventions:
priority:currentfor the immediate working setstatus:parking-lotfor unscheduled ideas- milestones as the default representation of planned releases
- issues for planned work, pull requests for reviewed changes, and changelogs for shipped outcomes
Explicit project-specific workflow instructions may override these hamforge defaults.
| Skill | Purpose |
|---|---|
$github-workflow |
Explain the workflow and route to a focused skill |
$github-capture-idea |
Capture an unscheduled idea |
$github-create-issue |
Create one scoped issue |
$github-plan-roadmap |
Plan larger or multi-issue work |
$github-next-issue |
Recommend exactly one next issue |
$github-investigate-issue |
Investigate an issue before implementation |
$github-implement-issue |
Implement one selected issue |
$github-release-review |
Review release readiness without changing state |
Please see CHANGELOG for more information on what has changed recently.
Thank you for considering contributing to GitHub Workflow! Please review our contributing guide to get started.
Please review our security policy on how to report security vulnerabilities.
GitHub Workflow is open-sourced software licensed under the MIT license.