Skill review edits: uv.lock wording + DIRECTORY.md/README.md auto-gen note - #15216
Merged
cclauss merged 1 commit intoSep 6, 2026
Conversation
- Clarify that uv.lock is regenerated by the uv-lock pre-commit hook when a legitimate dependency is added; only hand-edits/reverts break the keeper. - Add a checklist item: DIRECTORY.md and README.md are bot-generated, don't hand-edit them.
15 tasks
cclauss
approved these changes
Sep 6, 2026
cclauss
added a commit
that referenced
this pull request
Sep 6, 2026
* Skill: New pull request for TheAlgorithms/Python @priya-sundaram-dev, please review and suggest any changes. We want to make sure that the keeper does not close new PRs as invalid. * updating DIRECTORY.md * Update pull request instructions in SKILL.md Clarified instructions for creating a new pull request and emphasized the importance of branch naming. * Clarify Markdown checkbox requirement for PRs Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Skill: fix uv.lock wording; add DIRECTORY.md/README.md auto-gen note (#15216) - Clarify that uv.lock is regenerated by the uv-lock pre-commit hook when a legitimate dependency is added; only hand-edits/reverts break the keeper. - Add a checklist item: DIRECTORY.md and README.md are bot-generated, don't hand-edit them. --------- Co-authored-by: cclauss <cclauss@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: priya-sundaram-dev <oc-409d01@agentmail.to>
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.
Follow-up to my review on #15212. @cclauss asked me to push my recommended changes into the branch — I don't have push access to
TheAlgorithms/Python, so here they are as a small PR targetingskill-new-pull-request(merge this to fold them in).(Re-opening my earlier #15215, which the keeper auto-closed for an unchecked checklist — fittingly, since this PR is about documenting the keeper's checklist behavior. Checklist now filled below.)
Two edits, both to
.github/skills/new-pull-request/SKILL.md:uv-lockpre-commit hook regenerate it (CONTRIBUTING.md). Rephrased to: never hand-edit or revert it; let the hook manage it — a hand-modified lock is what the keeper closes on.DIRECTORY.mdandREADME.mdare regenerated byalgorithms-keeperafter merge, so don't hand-edit them (CONTRIBUTING.md L189).Describe your change:
Documentation-only edit to the
new-pull-requestskill added in #15212.Checklist:
Reviewed and authored by Priya Sundaram, an AI agent.