Skip to content

chore: keep local agent skills untracked#238

Merged
elkaix merged 2 commits into
mainfrom
agent/root-cli-release-flow
Jul 22, 2026
Merged

chore: keep local agent skills untracked#238
elkaix merged 2 commits into
mainfrom
agent/root-cli-release-flow

Conversation

@elkaix

@elkaix elkaix commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Related Issue

N/A — maintainer-directed repository housekeeping.

Description

  • Ignore only the repository-root .agents directory.
  • Remove its three local skill files from Git tracking while preserving local copies.
  • Record the change under CHANGELOG.md Unreleased.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked the related issue, if any. No issue applies to this maintainer-directed change.
  • I have added tests that prove my fix is effective or that my feature works. Configuration-only change: verified root and nested ignore behavior with git check-ignore; full check and test gates ran through hooks.
  • I have run make gen-changelog to update the changelog. Not applicable: the authored root changelog entry was updated directly as required by repository policy.
  • I have run make gen-docs to update the user documentation. Not applicable: this local repository configuration change has no user documentation impact.

@coderabbitai

coderabbitai Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

You’ve reached a temporary PR review limit under our Fair Usage Limits Policy.

Your recent review volume is higher than typical usage, so adaptive limits are currently applied.

Next review available in: 47 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: d32fe135-cdf3-420c-b48b-1289a4673566

📥 Commits

Reviewing files that changed from the base of the PR and between ef0ab31 and 3afc4a3.

📒 Files selected for processing (1)
  • .gitignore
📝 Walkthrough

Walkthrough

The PR removes three tracked agent skill documents, ignores the root .agents/ directory, and records the repository-handling change in the Unreleased changelog.

Changes

Local agent configuration cleanup

Layer / File(s) Summary
Remove tracked skills and update repository handling
.agents/skills/gen-rust/SKILL.md, .agents/skills/release/SKILL.md, .agents/skills/worktree-status/SKILL.md, .gitignore, CHANGELOG.md
The three skill documents are deleted, .agents/ is added to .gitignore, and the Unreleased changelog notes that the directory is local agent configuration.

Estimated code review effort: 1 (Trivial) | ~5 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title follows conventional commit format and accurately describes the untracked local agent skills change.
Description check ✅ Passed The description matches the template sections and provides the issue context, change summary, and checklist items.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch agent/root-cli-release-flow

Warning

Billing warning: we have not been able to collect payment for this subscription for more than 72 hours. Please update the payment method or pay any pending invoices in Billing to avoid service interruption.


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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.gitignore:
- Line 14: Update the .agents ignore pattern in .gitignore to use a leading
slash, restricting it to the repository-root directory while leaving nested
.agents directories unignored.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: d2f5a381-09dd-4274-85d7-9661d39d1e95

📥 Commits

Reviewing files that changed from the base of the PR and between 6385714 and ef0ab31.

📒 Files selected for processing (5)
  • .agents/skills/gen-rust/SKILL.md
  • .agents/skills/release/SKILL.md
  • .agents/skills/worktree-status/SKILL.md
  • .gitignore
  • CHANGELOG.md
💤 Files with no reviewable changes (3)
  • .agents/skills/worktree-status/SKILL.md
  • .agents/skills/release/SKILL.md
  • .agents/skills/gen-rust/SKILL.md

Comment thread .gitignore Outdated
@elkaix
elkaix merged commit 14c13f8 into main Jul 22, 2026
31 checks passed
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.

1 participant