Table of Contents generated with DocToc

Velox Stream — issue-tracker configuration (non-ASF fixture)

General-issue tracker for the fictional Velox Stream project, used as a non-ASF adopter fixture. See README.md for context.

URL and project key

KeyValue
urlhttps://github.com/velox-community/velox-stream
project_keyvelox-community/velox-stream
tracker_typegithub-issues
issue_url_templatehttps://github.com/velox-community/velox-stream/issues/

Skills resolve <issue-tracker> to the url value above and <issue-tracker-project> to project_key.

Authentication

GitHub Issues authenticated via the gh CLI. The triager's token must have repo read scope on velox-community/velox-stream.

KeyValue
anonymous_readtrue
auth_methodgh-cli
auth_env_var(none — gh CLI credential store)

Default query templates

Stale-sweep and triage pools use GitHub Issues gh CLI syntax:

# Triage pool — newly-filed issues awaiting initial label
is:open is:issue label:"needs triage" repo:velox-community/velox-stream

# Reassess pool — issues with no maintainer response in 60 days
is:open is:issue -label:"confirmed-bug" -label:"blocked" repo:velox-community/velox-stream

Tracker-specific notes

  • Rate limit: GitHub's API is 5 000 requests/hour authenticated; unauthenticated rate is 60/hour. The stale sweep typically issues < 50 API calls even for a large project.
  • No custom JIRA fields — plain GitHub Issues only.
  • No project board; column-transition steps in any skill are skipped (project_board_enabled: false in project.md).

Cross-references