Skip to content

Add skill autoresearch#1062

Open
luiscantero wants to merge 4 commits intogithub:stagedfrom
luiscantero:staged
Open

Add skill autoresearch#1062
luiscantero wants to merge 4 commits intogithub:stagedfrom
luiscantero:staged

Conversation

@luiscantero
Copy link

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding results. Inspired by Karpathy's autoresearch.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes

N/A


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings March 18, 2026 08:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new autoresearch skill to the repository, providing an autonomous experimentation loop workflow (baseline → edit → commit → run → measure → keep/discard) for programming tasks with measurable metrics, and registers it in the skills index.

Changes:

  • Introduces skills/autoresearch/SKILL.md defining the autoresearch workflow, phases, and operating rules.
  • Adds autoresearch to the skills listing in docs/README.skills.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
skills/autoresearch/SKILL.md New skill content defining the autonomous experiment loop and required setup/constraints.
docs/README.skills.md Adds the new skill to the documented skills table for discoverability.

You can also share your feedback on Copilot code review. Take the survey.

luiscantero and others added 2 commits March 18, 2026 09:18
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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