Skip to content

docs: polish agent workflow guides - #656

Merged
rachaelrenk merged 15 commits into
mainfrom
rrenk/agent-workflow-guide-polish
Aug 28, 2026
Merged

docs: polish agent workflow guides#656
rachaelrenk merged 15 commits into
mainfrom
rrenk/agent-workflow-guide-polish

Conversation

@rachaelrenk

@rachaelrenk rachaelrenk commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Polish the AI-generated code review guide for current docs style, terminology, and readability.
  • Add a concrete parallel-workstreams scenario and tighten copy in the product manager workflows guide.
  • Split the cloud agent environments guide into a canonical overview, configuration guide, and troubleshooting guide.
  • Add the configuration and troubleshooting pages to the Environments sidebar group.

Content design

  • Overview - Defines cloud agent environments, their configuration model, related concepts, and when to use them.
  • Configuring environments - Covers creation in the Oz web app, guided setup in Warp, the Oz CLI, container users, and environment management.
  • Troubleshooting environments - Covers setup-state, authorization, permissions, and Docker image failures.

Validation

  • git diff --check
  • npm run build

Conversation

https://staging.warp.dev/conversation/630aa180-e53f-4ea0-ba9f-459097306915

Co-Authored-By: Warp agent@warp.dev

Co-Authored-By: Warp <agent@warp.dev>
@vercel

vercel Bot commented Aug 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Aug 28, 2026 6:05pm

Request Review

@cla-bot cla-bot Bot added the cla-signed label Aug 28, 2026
@warp-for-oss

warp-for-oss Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

@rachaelrenk

I'm starting a first review of this pull request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@warp-for-oss warp-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR polishes two agent workflow guides, mostly tightening wording, formatting list items, and adding a more concrete parallel-workstreams example. The changed internal links resolve locally, and I found no security concerns or spec drift; no approved spec context was provided.

Concerns

  • src/content/docs/guides/agent-workflows/how-to-review-ai-generated-code.mdx now has a two-sentence frontmatter description, but docs frontmatter descriptions must be one sentence.
  • A couple of changed lines still use non-preferred docs phrasing or terminology.

Verdict

Found: 0 critical, 1 important, 2 suggestions

Request changes

Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Comment on lines +4 to +5
Review AI-generated code in Warp with visual diffs and inline comments.
Use this workflow with Claude Code, Codex, or any CLI agent.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] Frontmatter descriptions must be one sentence and 50–160 characters; this change makes the description two sentences.

Suggested change
Review AI-generated code in Warp with visual diffs and inline comments.
Use this workflow with Claude Code, Codex, or any CLI agent.
Review AI-generated code in Warp with visual diffs and inline comments for Claude Code, Codex, or any CLI agent.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's actually okay to have up to 2 sentences in the frontmatter description. Let's not change it. I like the two sentence structure.

---

Coding agents can produce hundreds of lines of code in seconds, but shipping that code without review is risky. This guide provides a practical workflow for reviewing agent-generated code in Warp, catching common issues, and giving structured feedback that the agent can act on. Plan on about 10 minutes to complete.
Coding agents can produce hundreds of lines of code in seconds, but shipping that code without review is risky. This guide walks through a practical workflow for reviewing agent-generated code in Warp. You'll catch common issues and give the agent structured feedback it can act on. Plan on about 10 minutes to complete.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 [SUGGESTION] Avoid opening-page meta phrasing like “This guide walks through”; state the workflow directly.

Suggested change
Coding agents can produce hundreds of lines of code in seconds, but shipping that code without review is risky. This guide walks through a practical workflow for reviewing agent-generated code in Warp. You'll catch common issues and give the agent structured feedback it can act on. Plan on about 10 minutes to complete.
Coding agents can produce hundreds of lines of code in seconds, but shipping that code without review is risky. In Warp, use visual diffs and inline comments to catch common issues and give the agent structured feedback it can act on. Plan on about 10 minutes to complete.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree but let's make it, "In Warp, you can use visual diffs and inline comments to..."


---
Most PM work breaks down into three activities: gathering information, synthesizing it, and communicating the result. These five workflows use Warp's agents and MCP integrations to automate the gathering and speed up the synthesis, so you spend less time switching between tools and more time making decisions. Each workflow takes 5–10 minutes to set up.
Most PM work involves gathering information, synthesizing it, and communicating the result. These five workflows use Warp agents and MCP servers to automate research and speed up synthesis. You'll spend less time switching between tools and more time making decisions. Each workflow takes 5–10 minutes to set up.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 [SUGGESTION] Use “agents in Warp” instead of the non-standard “Warp agents” phrasing.

Suggested change
Most PM work involves gathering information, synthesizing it, and communicating the result. These five workflows use Warp agents and MCP servers to automate research and speed up synthesis. You'll spend less time switching between tools and more time making decisions. Each workflow takes 5–10 minutes to set up.
Most PM work involves gathering information, synthesizing it, and communicating the result. These five workflows use agents in Warp and MCP servers to gather context and speed up synthesis. You'll spend less time switching between tools and more time making decisions. Each workflow takes 5–10 minutes to set up.

@rachaelrenk rachaelrenk self-assigned this Aug 28, 2026
## 1. Give the agent a task

Whether you're using Claude Code, Codex, or Warp's built-in agent, start by giving your agent a task. For example:
Whether you're using Claude Code, Codex, or the Warp Agent, start by giving the agent a task. For example, enter the following.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Whether you're using Claude Code, Codex, or the Warp Agent, start by giving the agent a task. For example, enter the following.
Whether you're using Claude Code, Codex, or the Warp Agent, start by giving the agent a task. For example, try the following prompt:

## 2. Open the Code Review panel

Once the agent has finished the task, open Warp's [Code Review panel](/code/code-review/) to see every file that changed. You can open it in several ways:
Once the agent has finished the task, open Warp's [Code Review panel](/code/code-review/) to see every file that changed. Open the panel in any of the following ways.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Once the agent has finished the task, open Warp's [Code Review panel](/code/code-review/) to see every file that changed. Open the panel in any of the following ways.
Once the agent has finished the task, open Warp's [Code Review panel](/code/code-review/) to see every file that changed. Open the panel in any of the following ways:

Colons are okay when introducing something like a list or a codeblock. We want to be very discerning with colons in prose. This type of colon is okay.

Click the "Add comment" button on any line or block of code and add a comment describing what needs to change. Warp anchors each comment to the exact file and line, so any agent understands precisely what to fix.
You can add as many comments as you need before submittingWarp batches them so the agent receives all your feedback at once instead of processing changes one at a time.
Click **Add comment** on any line or block of code, then describe what needs to change. Warp anchors each comment to the exact file and line, so the agent knows precisely what to fix.
Add every comment before submitting. Warp sends the complete batch at once, rather than asking the agent to process changes one at a time.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Add every comment before submitting. Warp sends the complete batch at once, rather than asking the agent to process changes one at a time.
Add as many comments as you need before you submit. Warp sends the complete batch at once, rather than asking the agent to process changes one at a time.

Once you've reviewed each file and left comments, submit the complete batch. The agent applies the requested changes in one pass and returns an updated diff.

Review the updated diff to verify the fixes. Repeat this cycle until the code meets your standards: comment, submit, review.
Review the updated diff to verify the fixes. Repeat the cycle until the code meets your standards. Comment, submit, then review.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Review the updated diff to verify the fixes. Repeat the cycle until the code meets your standards. Comment, submit, then review.
Review the updated diff to verify the fixes. Repeat the cycle until the code meets your standards: comment, submit, then review.

This colon is okay.

You now have a structured workflow for reviewing AI-generated code in Warp. It combines visual diff review, inline comments, and batch feedback. This workflow works with Claude Code, Codex, OpenCode, or the Warp Agent.

Explore related guides and features:
Explore related guides and features.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Explore related guides and features.
Explore related guides and features:

Comment thread src/content/docs/guides/agent-workflows/warp-for-product-managers.mdx Outdated
Co-Authored-By: Warp <agent@warp.dev>
Comment thread src/content/docs/guides/agent-workflows/how-to-review-ai-generated-code.mdx Outdated
Comment thread src/content/docs/guides/agent-workflows/how-to-review-ai-generated-code.mdx Outdated
Comment thread src/content/docs/guides/agent-workflows/warp-for-product-managers.mdx Outdated
Comment thread src/content/docs/guides/agent-workflows/warp-for-product-managers.mdx Outdated
Comment thread src/content/docs/guides/agent-workflows/warp-for-product-managers.mdx Outdated
Comment thread src/content/docs/guides/agent-workflows/warp-for-product-managers.mdx Outdated
Comment thread src/content/docs/guides/agent-workflows/warp-for-product-managers.mdx Outdated
Comment thread src/content/docs/guides/agent-workflows/warp-for-product-managers.mdx Outdated
Co-Authored-By: Warp <agent@warp.dev>
@rachaelrenk

Copy link
Copy Markdown
Contributor Author

/oz-review

@warp-for-oss

warp-for-oss Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

@rachaelrenk

I'm re-reviewing this pull request in response to a review request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@warp-for-oss warp-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR polishes wording and structure across the AI-generated code review guide, the product manager workflows guide, and the cloud agent environments page. The changes are mostly documentation copy edits, but a few changed lines violate repository documentation style requirements around frontmatter descriptions and callout usage.

Concerns

  • The code review guide frontmatter description is now two sentences; docs descriptions must be a single 50-160 character sentence.
  • A quick review checklist was moved into a note callout, but callouts should stay to a sentence or two rather than carry body content.
  • The environments page still has consecutive callouts after editing one of them; the style guide says callouts should never be consecutive.

Verdict

Found: 0 critical, 3 important, 0 suggestions

Request changes

Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

Comment thread src/content/docs/guides/agent-workflows/how-to-review-ai-generated-code.mdx Outdated
Comment thread src/content/docs/platform/environments.mdx Outdated
Co-Authored-By: Warp <agent@warp.dev>
Co-Authored-By: Warp <agent@warp.dev>
Co-Authored-By: Warp <agent@warp.dev>
Co-Authored-By: Warp <agent@warp.dev>
Co-Authored-By: Warp <agent@warp.dev>
@rachaelrenk

Copy link
Copy Markdown
Contributor Author

/oz-review

@warp-for-oss

warp-for-oss Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

@rachaelrenk

I'm re-reviewing this pull request in response to a review request.

You can view the conversation on Warp.

I completed the review and no human review was requested for this pull request.

Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz

@warp-for-oss warp-for-oss Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR polishes agent workflow guides and splits the cloud agent environments content into overview, configuration, and troubleshooting pages. The split improves scannability, but a few docs-quality issues need to be fixed before merge.

Concerns

  • The environments split removes at least one published section anchor from the original page without a compatibility strategy, so existing deep links can stop landing on the moved content.
  • One updated frontmatter description is now two sentences, which violates the docs meta-description style.
  • The new environment configuration page adds a screenshot figure without the required standard width.

Verdict

Found: 0 critical, 3 important, 1 suggestions

Request changes

Comment /warp-agent-review on this pull request to retrigger a review (up to 3 times on the same pull request).

Powered by Oz


---

## Container user and permissions

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [IMPORTANT] Removing this published anchor means existing links to /platform/environments/#container-user-and-permissions will no longer land on the moved content, and URL fragments cannot be handled by vercel.json. Preserve compatibility on the overview page or add an explicit legacy anchor that points readers to the new section.

Comment thread src/content/docs/platform/environments/configuring-environments.mdx Outdated
Comment thread src/content/docs/platform/environments/troubleshooting-environments.mdx Outdated
Co-Authored-By: Warp <agent@warp.dev>
rachaelrenk and others added 2 commits August 28, 2026 11:54
…s.mdx

Co-authored-by: warp-for-oss[bot] <277970191+warp-for-oss[bot]@users.noreply.github.com>
…ments.mdx

Co-authored-by: warp-for-oss[bot] <277970191+warp-for-oss[bot]@users.noreply.github.com>
rachaelrenk and others added 2 commits August 28, 2026 12:01
Co-Authored-By: Warp <agent@warp.dev>
Co-Authored-By: Warp <agent@warp.dev>

@warp-agent-staging warp-agent-staging Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR restructures cloud-agent environment documentation and refines two agent workflow guides. The current pages build and render, but two publishing requirements remain.

Concerns

⚠️ [IMPORTANT] This user-facing documentation change has no visual verification artifact in the PR description. Attach current screenshots or a recording that demonstrates the updated pages and sidebar navigation before merge.

Verdict

Checks: lint ⚠️ (local Trunk CLI unavailable; CI green) · typecheck ✅ · build ✅ · internal links ✅ · visual proof ❌ (verified locally, not recorded in the PR)
Found: 0 critical, 2 important, 0 suggestions

Request changes

Review run

https://oz.staging.warp.dev/runs/01a0498b-534d-7b54-85d0-73bf3a6f9f1b

@warp-agent-staging warp-agent-staging Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overview

This PR restructures cloud-agent environment documentation and refines two agent workflow guides. The updated description rule permits the reviewed two-sentence description, and the current diff has no remaining blocking findings.

Verdict

Checks: CI ✅ · typecheck ✅ · build ✅ · internal links ✅ · visual verification ✅ (author attestation and local rendered-page review)
Found: 0 critical, 0 important, 0 suggestions

Approve

Review run

https://oz.staging.warp.dev/runs/01a0498b-534d-7b54-85d0-73bf3a6f9f1b

@rachaelrenk
rachaelrenk merged commit 1c19962 into main Aug 28, 2026
8 checks passed
@rachaelrenk
rachaelrenk deleted the rrenk/agent-workflow-guide-polish branch August 28, 2026 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant