You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: AI agent that triages new GitHub issues using Claude and logs activity to Opik
author: Comet (comet.com)
inputs:
anthropic_api_key:
description: Anthropic API key for Claude
required: true
github_token:
description: GitHub token with issues:write and contents:read permissions
required: true
opik_prompt_name:
description: Name of the Opik-managed system prompt (default 'scout-system-prompt'). Auto-created from the built-in base prompt on first run if absent. Opik (OPIK_API_KEY + OPIK_WORKSPACE) is required.
required: false
default: ''
opik_prompt_version:
description: Optional Opik prompt version to pin (e.g. 'v3'). If empty, fetches the latest version.
required: false
default: ''
runs:
using: composite
steps:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Scout
shell: bash
# ${{ github.action_path }} is this action's directory — the repo root for
# the root action. Installing the package pulls runtime deps and registers