overvy
Installation
SKILL.md
Overvy
Manage issues on a kanban board. Issues are sourced from connected GitHub repositories.
API Configuration
- Base URL:
https://app.overvy.com/api/v1(override withOVERVY_API_URLenv var) - Auth:
Authorization: Bearer $OVERVY_API_KEY
At the start of any workflow, verify the API key is set:
test -n "$OVERVY_API_KEY" || echo "ERROR: OVERVY_API_KEY is not set"
If OVERVY_API_KEY is not set, stop and tell the user to set it.