Skip to content

Add multi-level edit controls for text beautifier#310

Merged
strawgate merged 3 commits intomainfrom
main-9173ae2e69bedea7
Feb 21, 2026
Merged

Add multi-level edit controls for text beautifier#310
strawgate merged 3 commits intomainfrom
main-9173ae2e69bedea7

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 21, 2026

Summary

  • adds high|low|none edit-level dimensions for text beautifier in github/workflows/gh-aw-text-beautifier.md
  • updates the text beautifier prompt to gate findings by dimension and level
  • documents new inputs in gh-agent-workflows/text-beautifier/README.md
  • adds commented configuration examples in gh-agent-workflows/text-beautifier/example.yml

Validation

  • make lint (passes)

Note

  • this repo run forbids editing .github/workflows/*, so the workflow source update is provided in github/workflows/gh-aw-text-beautifier.md; a maintainer can relocate it to .github/workflows/ and compile the lock file.

  • Fixes Allow multiple levels for the text beautifier #306


What is this? | From workflow: Mention in Issue

Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not. for issue #306

Summary by CodeRabbit

Documentation

  • Expanded workflow configuration documentation introducing five new editing dimension inputs: edit-typos, edit-grammar, edit-clarity, edit-terminology, and edit-misleading-text.
  • Added "Edit Level Configuration" section explaining the three available levels (high, low, none) and their meanings.
  • Included per-dimension guidance and updated quality gate documentation to reflect new configuration options.

Add high/low/none edit dimensions for text-beautifier docs and workflow source copy under github/workflows.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@coderabbitai
Copy link

coderabbitai bot commented Feb 21, 2026

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Walkthrough

This pull request adds a multi-axis configuration system for the text beautifier, introducing five new input parameters (edit-typos, edit-grammar, edit-clarity, edit-terminology, edit-misleading-text) with three edit levels (high, low, none). Changes include documentation, workflow example, and configuration guidance.

Changes

Cohort / File(s) Summary
Documentation & Configuration
gh-agent-workflows/text-beautifier/README.md, .github/workflows/gh-aw-text-beautifier.md
Added five new input parameters for per-dimension edit control (edit-typos, edit-grammar, edit-clarity, edit-terminology, edit-misleading-text), each with high/low/none levels. Introduced "Edit Level Configuration" section explaining semantics and per-dimension guidance with examples.
Workflow Example
gh-agent-workflows/text-beautifier/example.yml
Added commented-out with: block demonstrating new input parameters set to low, providing configuration template for users.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Poem

🐰 Five dimensions now gleam with control,
High, low, none—each plays its role,
Typos flee, grammar stands tall,
Clarity shines, clarity through it all!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title clearly and specifically summarizes the main change: introducing multi-level edit controls for the text beautifier, which directly aligns with the core objective of the changeset.
Linked Issues check ✅ Passed The code changes fully satisfy issue #306 by implementing multi-level edit controls (high/low/none dimensions) across five edit types (typos, grammar, clarity, terminology, misleading-text) with comprehensive documentation and workflow configuration.
Out of Scope Changes check ✅ Passed All changes are in-scope: README documentation updates, example configuration additions, and new workflow documentation directly support implementing multi-level edit controls per issue #306.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch main-9173ae2e69bedea7

Comment @coderabbitai help to get the list of available commands and usage tips.

@strawgate strawgate marked this pull request as ready for review February 21, 2026 04:51
@strawgate strawgate merged commit 724d2c2 into main Feb 21, 2026
5 of 7 checks passed
@strawgate strawgate deleted the main-9173ae2e69bedea7 branch February 21, 2026 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow multiple levels for the text beautifier

1 participant