Skip to content

add: repository analysis automation (PR sampling, rules bundle, PR template)#28

Closed
nehaaprasad wants to merge 5 commits intowarestack:mainfrom
nehaaprasad:feat/repo-analysis-automation
Closed

add: repository analysis automation (PR sampling, rules bundle, PR template)#28
nehaaprasad wants to merge 5 commits intowarestack:mainfrom
nehaaprasad:feat/repo-analysis-automation

Conversation

@nehaaprasad
Copy link
Copy Markdown
Contributor

@nehaaprasad nehaaprasad commented Dec 9, 2025

summary

  • List recent PRs via GitHub client to inform recommendations.
  • Sample PR history in the analysis agent and generate diff-aware rule recommendations.
  • Render a combined rules.yaml and a ready-to-use PR body (install steps + rule summary).
  • Add prompt stubs and unit tests for the rendering logic.

Testing

pytest tests/unit/agents/test_repository_analysis_rendering.py

fix: #22

@dkargatzis dkargatzis added the invalid This doesn't seem right label Dec 15, 2025
@dkargatzis dkargatzis closed this Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid This doesn't seem right

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: implement repository analysis agent with recommendation API

2 participants