chore: add Claude Code AI tooling configuration (.claude agents, skills, settings)#1206
Open
pallakartheekreddy wants to merge 3 commits intoSunbird-Knowlg:developfrom
Open
chore: add Claude Code AI tooling configuration (.claude agents, skills, settings)#1206pallakartheekreddy wants to merge 3 commits intoSunbird-Knowlg:developfrom
pallakartheekreddy wants to merge 3 commits intoSunbird-Knowlg:developfrom
Conversation
Introduce local .claude AI tooling for the repo: add agent definitions (build-validator, review), multiple skill guides (commit, design, plan, review, test), and a permissions settings.json. Also adjust scala-dev-architect memory path to be relative (.claude/agent-memory/scala-dev-architect/). These files provide standardized diagnostics, review/checklist, design and testing workflows for developers working on the Knowledge Platform.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Introduce a new .claude/agents/architect.md agent for system design with a four-phase framework, design output format, and engineering principles. Update .claude/agents/review.md to add an N+1 traversal check and a new "System Behavior (AI-First Priority)" section. Revise .claude/skills/design.md and .claude/skills/plan.md to elevate non-functional requirements, trade-off discussion, operations/rollout safety, and reorganize section ordering for clearer module placement and test/plan guidance.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.claude/agents/:build-validator,review, andscala-dev-architect.claude/skills/:commit,design,plan,review, andtest.claude/settings.jsonwith permission configuration for the Claude Code CLIThese files configure the Claude Code CLI (claude.ai/code) for developers working on this repository, providing standardized AI-assisted workflows for diagnostics, code review, design, and testing.
Type of change
How Has This Been Tested?
This change adds only AI tooling configuration files (
.claude/). No production code is modified./commit,/review,/plan,/design,/testTest Configuration:
Checklist