Skip to content

[kit] Add Codebase Onboarding Agent for role-specific repo analysis#162

Open
HIMANSHU6001 wants to merge 5 commits into
Lamatic:mainfrom
HIMANSHU6001:main
Open

[kit] Add Codebase Onboarding Agent for role-specific repo analysis#162
HIMANSHU6001 wants to merge 5 commits into
Lamatic:mainfrom
HIMANSHU6001:main

Conversation

@HIMANSHU6001
Copy link
Copy Markdown

This PR introduces the Codebase Onboarding Agent kit (internally designated as repo-analyzer).

The agent is designed to reduce developer ramp-up time on new codebases. By accepting a public GitHub repository URL and a specific developer role (e.g., Frontend Engineer, Backend Developer), it submits the data to a Lamatic execution flow, analyzes the repository structure and codebase, and generates highly targeted, role-specific onboarding documentation.
Live link: https://agent-kit-delta.vercel.app/
The project is kept simple for the sake of testing, this kit can be enhanced further by adding more complex flows for giving more features

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 19, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • agentkit-challenge

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI (base), Organization UI (inherited)

Review profile: ASSERTIVE

Plan: Pro

Run ID: e1f7e042-84fd-4b51-888e-75dece8af7c5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

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

@HIMANSHU6001 HIMANSHU6001 changed the title Add Codebase Onboarding Agent for role-specific repo analysis [kit] Add Codebase Onboarding Agent for role-specific repo analysis May 27, 2026
@akshatvirmani
Copy link
Copy Markdown
Contributor

/validate

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

📡 Running Studio validation — results will appear here shortly.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 2, 2026

Studio Runtime Validation (Phase 2)

Studio validation failed. The kit was rejected by Lamatic Studio.

Errors

codebase-onboarding-agent

  • Flow: repo-analyzer | Node: codeNode_101 — Unresolved AgentKit reference "@scripts/repo-analyzer_code-node-101_code.ts" at values.code (not included in PR payload)
  • Flow: repo-analyzer | Node: codeNode_301 — Unresolved AgentKit reference "@scripts/repo-analyzer_code-node-301_code.ts" at values.code (not included in PR payload)

Please fix the errors above and push a new commit to re-run validation.
Refer to CONTRIBUTING.md for guidance.

@HIMANSHU6001
Copy link
Copy Markdown
Author

The root .gitignore file currently ignores the scripts/ directory, which prevents new kit-related scripts from being committed. While I have force-committed the necessary files in this PR, this issue will persist for future contributions. I suggest updating the .gitignore at line 6 to either remove scripts or add an exception for kit-specific script files to ensure they are properly tracked.

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.

2 participants