[PR #7967] [MERGED] [AI] Add Claude Code skills for docs, commits, and PR review #131630

Closed
opened 2026-06-16 00:20:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7967
Author: @MatissJanis
Created: 5/26/2026
Status: Merged
Merged: 5/28/2026
Merged by: @MatissJanis

Base: masterHead: worktree-simplify-claude-skills


📝 Commits (6)

  • 8a6a18e [AI] Add Claude Code skills for docs, commits, and PR review
  • f2404ed [AI] Fix remaining hardcoded $HOME path in PR-review playbook
  • 15ec9f1 [AI] Add release note for #7967
  • cf35a11 [AI] Drop "add AI generated label" instruction now that it auto-applies
  • 4d1f30b Update Claude Code skills description
  • 1824f20 [AI] Allow cat and mv in PR-review skill's tool allowlist

📊 Changes

9 files changed (+630 additions, -5 deletions)

View changed files

.claude/skills/committing-actual-changes/SKILL.md (+27 -0)
.claude/skills/review-actual-pr/SKILL.md (+217 -0)
.claude/skills/review-actual-pr/references/browser-testing-bug.md (+85 -0)
.claude/skills/review-actual-pr/references/browser-testing-feature.md (+95 -0)
.claude/skills/review-actual-pr/references/code-review-rubric.md (+82 -0)
.claude/skills/review-actual-pr/references/highlight-element.js (+93 -0)
.claude/skills/writing-actual-docs/SKILL.md (+23 -0)
📝 .github/agents/pr-and-commit-rules.md (+2 -5)
upcoming-release-notes/7967.md (+6 -0)

📄 Description

Description

After discussing with the other maintainers: sharing some claude code skills I use to do maintenance of AB. You can use them. Or not. Up to you. But at least now they are public.

n/a

Testing

n/a

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/7967 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 5/26/2026 **Status:** ✅ Merged **Merged:** 5/28/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `worktree-simplify-claude-skills` --- ### 📝 Commits (6) - [`8a6a18e`](https://github.com/actualbudget/actual/commit/8a6a18ec5af8a6bfd81f863fef78062e520f4842) [AI] Add Claude Code skills for docs, commits, and PR review - [`f2404ed`](https://github.com/actualbudget/actual/commit/f2404ed775f5f2dfa11d383b67934a3637777028) [AI] Fix remaining hardcoded $HOME path in PR-review playbook - [`15ec9f1`](https://github.com/actualbudget/actual/commit/15ec9f1ea6b33650e5e796b0dfdcf93682ecc8b7) [AI] Add release note for #7967 - [`cf35a11`](https://github.com/actualbudget/actual/commit/cf35a11bdc04ea127712f70bee8268c1d54c477a) [AI] Drop "add AI generated label" instruction now that it auto-applies - [`4d1f30b`](https://github.com/actualbudget/actual/commit/4d1f30b863a9be926fae1533665bc2c571f23624) Update Claude Code skills description - [`1824f20`](https://github.com/actualbudget/actual/commit/1824f20637aa8807015982e4e399925f986742f2) [AI] Allow cat and mv in PR-review skill's tool allowlist ### 📊 Changes **9 files changed** (+630 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.claude/skills/committing-actual-changes/SKILL.md` (+27 -0) ➕ `.claude/skills/review-actual-pr/SKILL.md` (+217 -0) ➕ `.claude/skills/review-actual-pr/references/browser-testing-bug.md` (+85 -0) ➕ `.claude/skills/review-actual-pr/references/browser-testing-feature.md` (+95 -0) ➕ `.claude/skills/review-actual-pr/references/code-review-rubric.md` (+82 -0) ➕ `.claude/skills/review-actual-pr/references/highlight-element.js` (+93 -0) ➕ `.claude/skills/writing-actual-docs/SKILL.md` (+23 -0) 📝 `.github/agents/pr-and-commit-rules.md` (+2 -5) ➕ `upcoming-release-notes/7967.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://actualbudget.org/docs/contributing/#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> ## Description <!-- What does this PR do? Why is it needed? Please give context on the "why?": why do we need this change? What problem is it solving for you?--> After discussing with the other maintainers: sharing some claude code skills I use to do maintenance of AB. You can use them. Or not. Up to you. But at least now they are public. ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> n/a ## Testing <!-- What did you test? How can we reproduce the issue you are fixing or how can we test the feature you built? --> n/a ## Checklist - [x] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed <!--- actual-bot-sections ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-16 00:20:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#131630