vlad-ko/Claude Mate

Run an autonomous Claude-powered maintenance agent (docs, tests, dead-code, logic, security) on your repo.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
mateWhich mate to run. One of: docs, tests, dead-code, logic, security. See the repo README for the full list.yes
api-keyAnthropic API key (the CLAUDE_MATES_API_KEY secret). Passed to the Claude CLI (generic mates) or the Anthropic security scanner (security mate) as ANTHROPIC_API_KEY / claude-api-key.yes
config-pathPath to .claude-mates.yml inside the consumer workspace. Used for per-mate enable/disable, model overrides, scope, and deny rules.no.claude-mates.yml
claude-cli-versionVersion of @anthropic-ai/claude-code to install (drift mates only; ignored for security).no2.1.97
namedescription
outcomeWhat the mate produced on this run. One of: none (clean/error/empty/violations-only), findings (drift mates: Claude reported findings but made no file edits, rendered to the Job Summary; security mate: scanner found one or more security findings, posted as inline PR comments), pr (drift mate: a PR was opened — check pr-url for success).
statusClassification of Claude's output (drift mates). Security mate always emits ok when the scanner completes.
issue-urlURL of a GitHub issue linked to this run. Always empty: drift mates no longer auto-file issues (findings go to the Job Summary), and the security mate posts inline PR comments rather than issues.
pr-urlURL of the GitHub PR created by this run (drift mates only; empty for security mate).
findings-countNumber of findings reported (security mate only; empty for other mates).