From co-dev
Manage Heroku applications, deployments, or infrastructure. Use when the user wants to check a Heroku app, view logs, scale dynos, restart, manage Postgres databases, view config vars, manage addons, check pipelines, enable maintenance mode, manage domains, view metrics, or check app health.
npx claudepluginhub cloud-officer/claude-code-plugin-dev --plugin co-devThis skill is limited to using the following tools:
Manage Heroku applications and databases.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Manage Heroku applications and databases.
This skill uses the heroku CLI for all operations.
| Operation | Command |
|---|---|
| List apps | heroku apps |
| Get app info | heroku apps:info -a <app> |
| View logs | heroku logs -a <app> --num 100 |
| Scale dynos | heroku ps:scale web=N -a <app> |
| Restart app | heroku ps:restart -a <app> |
| List dynos | heroku ps -a <app> |
| List addons | heroku addons -a <app> |
| Run DB query | heroku pg:psql -a <app> -c "SQL" |
| Get DB info | heroku pg:info -a <app> |
| List config vars | heroku config -a <app> |
| Manage pipelines | heroku pipelines:info <pipeline> |
| Maintenance mode | heroku maintenance:on -a <app> |
| Manage domains | heroku domains -a <app> |
Note: The heroku CLI requires authentication via heroku login. If the CLI is not available, inform the user and stop.
heroku CLI--num 100 or similar limit to avoid flooding output