# Oz Report Pr

> Report a pull request back to the Oz platform after creating one.

- Skill: `warpdotdev/oz-report-pr` (Agent Skill)
- Install (CLI): `npx skillmds@latest add warpdotdev/oz-report-pr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/warpdotdev/oz-report-pr/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: warpdotdev (https://skillmd.com/u/warpdotdev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/warpdotdev/oz-report-pr

---

After creating a pull request, report it to Oz by running:

```sh
"$OZ_CLI" harness-support report-artifact pull-request --url '<url>' --branch '<branch>'
```

Replace `<url>` with the full pull request URL and `<branch>` with the branch name.

