docs: fix outdated documentation (automated weekly drift check)#169
docs: fix outdated documentation (automated weekly drift check)#169Miyamura80 wants to merge 1 commit into
Conversation
- Updated `make ci` description in `.claude/skills/code-quality/SKILL.md` to include missing checks: `lint_links`, `file_len_check`. - Replaced `pip install` with `uv pip install` in `.claude/skills/cleanup/SKILL.md` to reflect `uv` adoption in package management. - Removed deprecated reference to "OpenCode" and replaced with "Claude Code" in `.claude/skills/ralph/SKILL.md`. Co-authored-by: Miyamura80 <38335479+Miyamura80@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
Fixes several instances of documentation drift identified across the
.claude/skills/directory.make cidescription incode-qualitySKILL was missinglint_linksandfile_len_check.cleanupSKILL was usingpip install -r requirements.txtinstead of the requireduv pip install -r requirements.txtforrequirements.txtfallback scenarios.ralphSKILL referred toOpenCode, which has been globally replaced withClaude Codeper memory instructions.Verified that markdown syntax is intact, translation files are not touched, and
make ci+make testare passing cleanly.PR created automatically by Jules for task 6155697974766177135 started by @Miyamura80
Summary by cubic
Fixes documentation drift in
.claude/skillsto match current tooling and naming. Keeps the quality checks accurate and dependency setup consistent.make cidescription to includelint_linksandfile_len_checkin.claude/skills/code-quality/SKILL.md.pip install -r requirements.txttouv pip install -r requirements.txtin.claude/skills/cleanup/SKILL.md..claude/skills/ralph/SKILL.md.Written for commit e4f16ff. Summary will update on new commits.