jamescha-earley/Code Healer
Automatically fix bugs from GitHub issues using Cortex Code Agent SDK
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue-number | GitHub issue number to fix | yes | — |
| snowflake-connection | Snowflake connection name (optional, for SQL-related bugs) | no | "" |
| cortex-version | Cortex Code CLI version channel | no | beta |
| snowflake-config | Full contents of connections.toml for Snowflake auth (store as a GitHub secret) | no | "" |
| dry-run | If true, fix code but skip PR creation | no | false |
Outputs
| name | description |
|---|---|
| pr-url | URL of the created pull request |
| status | Outcome: success, no-changes, or failed |
| confidence | Agent confidence in the fix: high, medium, or low |