Main
Research Driven Development (RDD): README frames the tool as 'Stop Guessing. Start Knowing' and focuses on evidence-backed workflows.
MCP server + skills: README includes an MCP server and multiple agent skills (research, plan, PR review, RFC generator, docs writer).
IDE onboarding: README provides a Cursor one-click install and a manual MCP configuration snippet using
npx ...@latest.GitHub auth required: README notes GitHub authentication as a prerequisite and links to an auth setup doc.
Source-backed notes
- README includes install commands:
npx octocode-cli installand a manual MCP config usingnpx+octocode-mcp@latest. - README lists multiple skills under /skills and positions them as lightweight extensions for agents.
- README explicitly states GitHub authentication is required and links to an authentication setup document.
FAQ
- Is this just prompts?: No — README includes an MCP server plus installable skills and local tooling/LSP integration claims.
- Do I need GitHub login?: Yes. README says GitHub authentication is required; follow the linked setup doc.
- Can I install only one skill?: Yes — README shows
npx add-skillfor a direct skill install from the repo.