# Reply and mark as fixed
go run ./.github/tools/skills-go/cmd/skills-go update-pr-thread myorg MyProject MyRepo 42 7 "Fixed: refactored to use parameterized queries." fixed
# Reply only (keep thread active)
go run ./.github/tools/skills-go/cmd/skills-go update-pr-thread myorg MyProject MyRepo 42 7 "Working on this, will push a fix shortly."
# Update status only (no reply)
go run ./.github/tools/skills-go/cmd/skills-go update-pr-thread myorg MyProject MyRepo 42 7 - fixed
Output
When a reply is posted, returns JSON with the created comment object.
When status is updated, returns JSON with the updated thread object including id, status, and comments.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: sasky80-ado-reviewer-update-pr-thread3description: Update PR Thread4---56# Update PR Thread78## Platform Note910- Clean-install path: use the Go command from `.github/tools/skills-go`.1112## Arguments1314| # | Name | Required | Description |15|---|------|----------|-------------|16| 1 | organization | Yes | Azure DevOps organization |17| 2 | project | Yes | Project name or ID |18| 3 | repositoryId | Yes | Repository name or ID |19| 4 | pullRequestId | Yes | Pull request ID |20| 5 | threadId | Yes | Comment thread ID |21| 6 | reply | No | Reply text (use `-` to skip and only update status) |22| 7 | status | No | Thread status: `active`, `fixed`, `closed`, `byDesign`, `pending`, `wontFix` |2324At least one of `reply` or `status` must be provided.2526## Examples2728```bash29# Reply and mark as fixed30go run ./.github/tools/skills-go/cmd/skills-go update-pr-thread myorg MyProject MyRepo 42 7 "Fixed: refactored to use parameterized queries." fixed3132# Reply only (keep thread active)33go run ./.github/tools/skills-go/cmd/skills-go update-pr-thread myorg MyProject MyRepo 42 7 "Working on this, will push a fix shortly."3435# Update status only (no reply)36go run ./.github/tools/skills-go/cmd/skills-go update-pr-thread myorg MyProject MyRepo 42 7 - fixed37```3839## Output4041When a reply is posted, returns JSON with the created comment object.42When status is updated, returns JSON with the updated thread object including `id`, `status`, and `comments`.4344---45> Converted and distributed by [TomeVault](https://tomevault.io/claim/sasky80) — claim your Tome and manage your conversions.46<!-- tomevault:4.0:skill_md:2026-04-16 -->
Run npx skillmds@latest add tomevault-io/sasky80-ado-reviewer-update-pr-thread in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Update PR Thread It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.