feat(mutils): conditional-normative-notation スキルを追加#70
Conversation
|
Warning Review limit reached
More reviews will be available in 20 minutes and 43 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR releases mutils plugin version 0.21.0, introducing a new "Conditional Normative Notation" skill for expressing agent-readable project agreements. Version manifests are synchronized, the new skill is registered in the component list, and comprehensive skill documentation is provided defining RFC 2119–based conditional structures and validation patterns. Changesmutils 0.21.0 Release with Conditional Normative Notation Skill
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
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 `@plugins/mutils/skills/conditional-normative-notation/SKILL.md`:
- Line 12: The SKILL.md currently contains a bare `$ARGUMENTS` placeholder with
no explanation; update the document to either (1) document the expected runtime
arguments and format under an `argument-hint` or `Arguments` section—describe
names, types, optional/required, and parsing/rules consistent with other
SKILL.md files—or (2) remove the `$ARGUMENTS` line if this skill accepts no
runtime arguments; ensure you reference the `$ARGUMENTS` placeholder in the
change and mirror the same convention used by other skills for clarity.
🪄 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: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 8c01487c-d58d-47f1-8ca1-0806adf98ecb
📒 Files selected for processing (4)
.claude-plugin/marketplace.jsonplugins/mutils/AGENTS.mdplugins/mutils/plugin.jsonplugins/mutils/skills/conditional-normative-notation/SKILL.md
fa64bcc to
f85ca3d
Compare
AGENTS.md / CLAUDE.md / .claude/rules を RFC 2119 キーワードと IF/THEN 形式のプロダクションルールで書くための記法ガイド。 散文の指示を強制力層と条件構造層の2層に分解し、エージェントが 一意に解釈できる規範へ変換する手順・例・チェックリストを提供する。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
f85ca3d to
5b71d5e
Compare
概要
mutils プラグインに
mutils:conditional-normative-notationスキルを追加する。エージェント向けの規約(AGENTS.md / CLAUDE.md /
.claude/rules/**)を 曖昧さなく 書くための記法ガイド。散文の指示を次の2層に分解して記述する手順・例・チェックリストを提供する。IF: <条件>; THEN <キーワード>: <行動>のプロダクションルールこのリポジトリのルート
AGENTS.mdが既に採用しているこの記法を、再利用可能なスキルとして明文化したもの。変更内容
plugins/mutils/skills/conditional-normative-notation/SKILL.md(新規)plugins/mutils/AGENTS.md— component-list 自動生成テーブルの再生成(bun run docs)plugins/mutils/plugin.json/.claude-plugin/marketplace.json— version bump(0.20.0 → 0.21.0、repository-lint/require-version-bumpルール準拠)検証
bun run check(eslint + oxfmt + turbo check): greenbun run check:docs/bun run check:plugin-list: greenbun run test: green(94 tests)関連 Issue
関連 Issue を検索したが、本スキルに対応する open Issue は存在しなかった(open は Dependency Dashboard のみ)。
🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Chores