Skip to content

docs: apply matching repo skills automatically - #898

Merged
BigSimmo merged 1 commit into
mainfrom
codex/apply-relevant-skills-automatically
Jul 18, 2026
Merged

docs: apply matching repo skills automatically#898
BigSimmo merged 1 commit into
mainfrom
codex/apply-relevant-skills-automatically

Conversation

@BigSimmo

@BigSimmoBigSimmo commented Jul 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • Clarify in AGENTS.md that matching repo-local skills under .agents/skills/ should be applied automatically when their descriptions match a request.
  • Docs-only guidance change; no runtime, clinical, or UI behavior changed.

Verification

  • npm run verify:pr-local — not required for this docs-only wording change; Static PR checks / PR required already passed on CI for this PR.
  • Verification not run: docs-only AGENTS.md wording change; local git diff --check -- AGENTS.md and dependency-shortcut section uniqueness check passed on the authoring task.
  • UI verification not run: no UI, routing, or styling files changed.

Notes

  • Keeps procedures in .agents/skills/ / scripts/productivity-workflow.mjs rather than duplicating them in AGENTS.md.

@supabase

supabaseBot commented Jul 18, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project sjrfecxgysukkwxsowpy because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@coderabbitai

coderabbitaiBot commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

AGENTS.md updates its repository productivity skills guidance to automatically apply matching repo-local skills and identifies them as thin orchestration layers over the productivity workflow script.

Changes

Repository guidance

Layer / File(s)Summary
Automatic repository skill application
AGENTS.md
The guidance now directs automatic application of matching .agents/skills/ skills, identifies their orchestration over scripts/productivity-workflow.mjs, and says not to copy their procedures into AGENTS.md.

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

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check nameStatusExplanation
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.
Title check✅ PassedThe title clearly describes the main docs change: automatically applying matching repo-local skills.
Description check✅ PassedThe description follows the template with Summary, Verification, and Notes, and the missing rollout sections are not required for this docs-only change.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/apply-relevant-skills-automatically

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

@BigSimmo
BigSimmo marked this pull request as ready for review July 18, 2026 18:47
@BigSimmo
BigSimmo enabled auto-merge (squash) July 18, 2026 18:47
@BigSimmo
BigSimmo merged commit 68841ae into mainJul 18, 2026
16 of 19 checks passed
@BigSimmo
BigSimmo deleted the codex/apply-relevant-skills-automatically branch July 18, 2026 19:06
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@BigSimmo