hikelio/AI Rules Generator
Generates AI rules from markdown documentation and creates PRs in target repositories
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 16, 2025
- License
- MIT
Pinned Snippet
uses: hikelio/doc-to-ai-rules@77ce693072b37eb76e3df1835fceeb00301e3908 # v0.1.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with access to target repositories | yes | — |
| config-path | Path to the ai-rules-config.yml file | no | .github/ai-rules-config.yml |
| branch-name | Name of the branch to create in target repos | no | update-ai-rules |
| commit-message | Commit message for the changes | no | Update Cursor rules from documentation |
| pr-title | Title for the Pull Request | no | Update Cursor rules |
| pr-body | Body of the Pull Request | no | Automatically generated Cursor rules from documentation |
Outputs
no outputs