Add wait skill and AI writing guard#101
Merged
Merged
Conversation
Contributor
Greptile SummaryIntroduces two developer-facing quality improvements: a wait skill that works around CLI timeouts by executing sequential 60-second sleeps, and an em dash detection check integrated into pre-commit hooks and CI to catch AI-generated writing.
Confidence Score: 4/5
Important Files Changed
Last reviewed commit: c23f905 |
Contributor
Additional Comments (1)
Prompt To Fix With AIThis is a comment left during a code review.
Path: .github/workflows/linter_require_ruff.yaml
Line: 24:26
Comment:
This workflow installs uv via `curl ... | sh` and then hard-codes `$HOME/.cargo/bin` onto PATH. Depending on how `uv` is installed (and future changes to the installer), `uv` may not land in that directory, leading to intermittent "uv: command not found" CI failures. Consider using the installer’s documented install dir output (or `~/.local/bin`) / verifying `uv --version` after install so PATH is correct.
How can I resolve this? If you propose a fix, please make it concise. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
bash sleep 60commands so CLI timeouts stay under 2 minutesai writingchecker (em dash detection) plus integrate it into Prek pre-commit and the linter workflowCLAUDE.mdTesting
uv run python scripts/check_ai_writing.py