name: gbos description: Show GBOS status and available commands
/gbos - GBOS Task Management
When this skill is invoked, run the following steps:
- Execute
gbos statusin the terminal to show the current connection status - Display the available GBOS commands to the user
Available Commands
| Command | Description |
|---|---|
gbos status |
Show current authentication and connection status |
gbos tasks |
List all tasks assigned to this development node |
gbos continue |
Get the next task prompt to work on |
gbos next |
Preview the next task in the queue |
gbos fallback |
Cancel current task and revert changes |
gbos add_task |
Create a new task interactively |
gbos disconnect |
Disconnect from the current node |
Workflow
- Run
gbos continueto get your next task - Follow the task instructions provided
- When done, run
gbos continuefor the next task