Research Loop
PassAudited by ClawScan on Apr 19, 2026.
Overview
The skill's requested tools and runtime actions match its stated purpose (an agent-driven research/workflow loop that reads a repo, produces small runnable changes into a source_changes/ mirror, and writes executor manifests); nothing requested appears disproportionate or unrelated to that goal.
This skill appears coherent for running a repo-focused research loop. Before installing or running it: (1) confirm the runtime has python3, git, and the GitHub CLI installed and authenticated if you expect publishing; GH/git will use whatever credentials are already configured, so be mindful that pushes or gh actions could occur under those identities. (2) Verify the `autonomous_research_workflow` CLI/module the skill invokes is present in the runtime or in the target repo to avoid the agent attempting to download or install code at runtime. (3) Because the skill writes changes into a `source_changes/` mirror and may publish via GitHub, consider trying it first in a sandbox or on a fork to observe behavior. (4) If you do not want any remote publishing, ensure the environment has no active gh auth or run with a local-only dry-run. Overall the skill is internally consistent, but watch for implicit use of existing git/gh credentials and ensure you trust the runtime environment.
