Clean-install path: use the Go command from .github/tools/skills-go.
Arguments
#
Name
Required
Description
1
organization
Yes
Azure DevOps organization
2
project
Yes
Project name or ID
3
repositoryId
Yes
Repository name or ID
4
path
Yes
Repository-relative file path in canonical form (e.g. /src/app.js)
5
version
No
Version string – commit SHA, branch name, or tag
6
versionType
No
Version type: branch, commit, or tag (default: branch)
Examples
# Get file from a specific branch
go run ./.github/tools/skills-go/cmd/skills-go get-file-content myorg MyProject MyRepo /src/app.js main branch
# Get file from a specific commit
go run ./.github/tools/skills-go/cmd/skills-go get-file-content myorg MyProject MyRepo /src/app.js abc123 commit
Output
Returns JSON with content containing the file's text content, plus metadata like path, commitId, and objectId.
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: sasky80-ado-reviewer-get-file-content3description: Get File Content4---56# Get File Content78## 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 | path | Yes | Repository-relative file path in canonical form (e.g. `/src/app.js`) |20| 5 | version | No | Version string – commit SHA, branch name, or tag |21| 6 | versionType | No | Version type: `branch`, `commit`, or `tag` (default: `branch`) |2223## Examples2425```bash26# Get file from a specific branch27go run ./.github/tools/skills-go/cmd/skills-go get-file-content myorg MyProject MyRepo /src/app.js main branch2829# Get file from a specific commit30go run ./.github/tools/skills-go/cmd/skills-go get-file-content myorg MyProject MyRepo /src/app.js abc123 commit31```3233## Output3435Returns JSON with `content` containing the file's text content, plus metadata like `path`, `commitId`, and `objectId`.3637---38> Converted and distributed by [TomeVault](https://tomevault.io/claim/sasky80) — claim your Tome and manage your conversions.39<!-- tomevault:4.0:skill_md:2026-04-14 -->
Run npx skillmds@latest add tomevault-io/sasky80-ado-reviewer-get-file-content 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.
Get File Content 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.