petermefrandsen/Agentic Audits

A CLI-agnostic framework for running automated governance, audits, and refactoring missions with full user control via AI agents.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
missionThe agent mission prompt to execute. Required if 'template' is not provided.no""
templateName of a template file in .github/templates/ (without extension). Mutually exclusive with 'mission'.no""
context_filesFile paths or globs for the agent to consider.no.
github_tokenGitHub token with Copilot access for authentication.yes
modelPrimary Copilot model to use (e.g. gpt-4o, claude-sonnet-4). Leave blank for default.no""
fallback_modelFallback model if the primary model hits a quota or availability error.no""
sources_configPath to a YAML file defining documentation sources (MCP servers, web URLs). If the file doesn't exist, no sources are configured.no.github/sources.yml
dry_runIf true, skips PR creation.nofalse
pr_titleTitle for the Pull Request. If not provided, the agent will generate one.no""
pr_bodyBody content for the Pull Request. If not provided, the agent will generate one.no""
pr_branchBranch name for the Pull Request. If not provided, you should generate a relevant one.no""
pr_baseBase branch for the Pull Request.nomain
pr_labelsLabels to add to the Pull Request.noautomated-pr

no outputs