-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
This repo has an example of how you can learn from code reviews and distill the feedback back into a skill for the coding agent to do better next time: https://github.com/AmitPoonia/dstl-code-review
We could create a skill for this, such as "learn from code review", where the agent looks at all the code reviews on the repo over the past week or so, and then opens a draft PR with new skills for the repo (in the .agents/skills directory for specific skills, or in the repo AGENTS.md file for overall repo guidelines).
Reactions are currently unavailable