The repo contains all structured coding best practices defined in agent skills, rules and subagents.
→ Ready for use in your Cursor IDE.
Each file has a ## Configuration section at the top with project-specific values. Update these for your project:
| File | Variables to set |
|---|---|
skills/ado-project-scope/SKILL.md |
ADO_PROJECT, ADO_TEAM |
agents/pull-request-creation.md |
ADO_PROJECT, BASE_BRANCH |
agents/pr-code-review.md |
BASE_BRANCH |
agents/implement-pr-review-changes.md |
GITHUB_ORG |
skills/git-worktree-setup/SKILL.md |
BASE_BRANCH |
skills/git-worktree-cleanup/SKILL.md |
GITHUB_ORG, ADO_PROJECT, BASE_BRANCH |
mcp.json.example |
<your-ado-organization> (in the ADO MCP args) |
Copy mcp.json.example to .cursor/mcp.json and fill in your credentials and organization name.