theluckystrike/BeLikeNative Writing Assistant
Comprehensive writing quality analysis for docs and markdown. Readability, structure, clarity, and L1-aware suggestions. Powered by BeLikeNative.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for posting review comments | yes | ${{ github.token }} |
| severity-threshold | Minimum severity to report: 'info', 'warning', or 'error' | no | warning |
| file-patterns | Comma-separated glob patterns for files to analyze | no | **/*.md,**/*.mdx,**/*.txt |
| min-score | Minimum overall writing quality score (0-100) to pass the check | no | 70 |
Outputs
| name | description |
|---|---|
| overall-score | The overall writing quality score (0-100) |
| readability-score | Readability sub-score (0-100) |
| structure-score | Structure sub-score (0-100) |
| clarity-score | Clarity sub-score (0-100) |
| inclusivity-score | Inclusivity sub-score (0-100) |
| l1-awareness-score | L1 awareness sub-score (0-100) |