petermefrandsen/Agentic Audits
A CLI-agnostic framework for running automated governance, audits, and refactoring missions with full user control via AI agents.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mission | The agent mission prompt to execute. Required if 'template' is not provided. | no | "" |
| template | Name of a template file in .github/templates/ (without extension). Mutually exclusive with 'mission'. | no | "" |
| context_files | File paths or globs for the agent to consider. | no | . |
| github_token | GitHub token with Copilot access for authentication. | yes | — |
| model | Primary Copilot model to use (e.g. gpt-4o, claude-sonnet-4). Leave blank for default. | no | "" |
| fallback_model | Fallback model if the primary model hits a quota or availability error. | no | "" |
| sources_config | Path 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_run | If true, skips PR creation. | no | false |
| pr_title | Title for the Pull Request. If not provided, the agent will generate one. | no | "" |
| pr_body | Body content for the Pull Request. If not provided, the agent will generate one. | no | "" |
| pr_branch | Branch name for the Pull Request. If not provided, you should generate a relevant one. | no | "" |
| pr_base | Base branch for the Pull Request. | no | main |
| pr_labels | Labels to add to the Pull Request. | no | automated-pr |
Outputs
no outputs