docs: move the Agent Skill install into the README quickstart - #221
Conversation
The skill is the fastest path to a first breaker, but it sat below the comparison table where nobody scrolls. It is now the first of the two quickstart paths, next to the hand-written one.
|
Warning Review limit reachedNext included review available in 49 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (10)
|
| Layer / File(s) | Summary |
|---|---|
Quickstart setup paths README.md |
Quickstart now contains “With a coding agent” and “By hand” subsections. The former standalone “Using with AI coding agents” section is removed. |
Priority: ⬇️ Low
Estimated code review effort: 1 (Trivial) | ~3 minutes
Change: Other
Suggested labels: documentation
Merge Risk: ⚪ Minimal · up to fae05
This documentation-only update is ready to merge with no identified production or workflow risk.
🚥 Pre-merge checks | ✅ 8 | ❌ 1
❌ Failed checks (1 warning)
| Check name | Status | Explanation | Resolution |
|---|---|---|---|
| Changelog Entry | The PR is not a release preparation: its subject is docs: move the Agent Skill install into the README quickstart. The scoped diff changes README.md, which is outside the exempt paths. `CHANGELOG.… |
Add a new bullet under ## [Unreleased] in CHANGELOG.md that describes the user-visible README change, such as moving the Agent Skill installation instructions into the README Quickstart section. |
✅ Passed checks (8 passed)
| Check name | Status | Explanation |
|---|---|---|
| Description Check | ✅ Passed | Check skipped - CodeRabbit’s high-level summary is enabled. |
| Title check | ✅ Passed | The title uses the required docs: prefix, describes the README Quickstart change, uses imperative lowercase wording, has no trailing period, and is under 72 characters. |
| 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. |
| Zero-Dependency Core | ✅ Passed | PASS. The reviewed range changes only README.md. It changes no file under interlock/, no file under interlock/integrations/, pyproject.toml, or interlock/init.py. Therefore it introduces no core e… |
| Docs And Llm Mirror | ✅ Passed | PASS: The authoritative PR diff changes only README.md. It moves and renames existing Agent Skill instructions and adds the “By hand” heading. It changes no public API under interlock/, integration, c… |
| Tests Accompany Behaviour Change | ✅ Passed | PASS: The authoritative PR diff changes only README.md. It changes no .py file under interlock/, so the custom check's PASS condition applies. No test change is required. |
| Public Api Surface | ✅ Passed | The reviewed range changes only README.md. There is no diff in interlock/init.py or interlock/pipeline.py, so no exported symbol was removed or had its signature changed. |
Full details: Changelog Entry
Explanation
The PR is not a release preparation: its subject is docs: move the Agent Skill install into the README quickstart. The scoped diff changes README.md, which is outside the exempt paths. CHANGELOG.md has no diff; its base and head object IDs are identical. The existing Agent Skill bullet under ## [Unreleased] therefore was not gained by this PR.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
- Commit to this branch
- Create a new PR
🧪 Generate unit tests (beta)
- Commit to this branch
- Create a new PR
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
Comment @coderabbitai help to get the list of available commands.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Docs7 for bagowix/interlock
Commit |
Summary
The Agent Skill shipped in #205 was documented under
## Using with AI coding agents, the second-to-last section of the README — below the comparison table,the integrations list and the documentation index. For the reader it is a
quickstart:
npx skills add bagowix/interlockand the agent does the wiring.Nobody scrolls that far to find out.
## Quickstartnow holds both paths:The prose is moved verbatim; the only new lines are the two subsection
headings. The bottom section is gone, and nothing linked to its anchor.
docs/index.mdalready carried the same block high on the page (## AI coding agents, right after## At a glance), so the docs site needs no change.Checklist
uv run ruff format --checkanduv run ruff checkpass — N/A, no Python changeduv run mypy,uv run pyrightanduv run pyrefly checkpass — N/A, no Python changeddocs/) for user-facing changes —docs/index.mdalready placed the block above the foldCHANGELOG.md[Unreleased]updated — the skill entry is already there from feat: ship an Agent Skill for adding breakers with coding agents #205 and still describes this accurately; this PR only moves where the README says itpymarkdownpasses (pre-commit)Related issues
Follow-up to #205.
Added
npx skills add bagowix/interlock.llms.txt,llms-full.txt, and Context7.Changed
CircuitBreakermanual setup under “By hand”.