hamforge / boost-github-workflow
Laravel Boost skills for hamforge's GitHub development workflow.
Fund package maintenance!
Requires (Dev)
- laravel/pao: ^1.0
- laravel/pint: ^1.29
- pestphp/pest: ^4.6
- phpstan/phpstan: ^2.1
- symfony/yaml: ^7.3||^8.0
This package is auto-updated.
Last update: 2026-08-03 07:39:03 UTC
README
GitHub Workflow
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.
What You Get
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.
Installation
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-workflow
Then ask Laravel Boost to discover the newly installed package and make its skills available to your configured AI coding assistants:
php artisan boost:update --discover
If Laravel Boost is not configured yet, install it and run its initial setup instead:
composer require laravel/boost --dev php artisan boost:install
After the skills have been installed, normal php artisan boost:update runs keep the existing Boost resources current.
Prerequisites
GitHub-interacting skills use GitHub CLI as their standard interface. Install gh and authenticate it before use:
gh auth login
Conventions
By 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.
Skills
| 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 |
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Thank you for considering contributing to GitHub Workflow! Please review our contributing guide to get started.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
GitHub Workflow is open-sourced software licensed under the MIT license.