Skip to content

[docs] docs: unbloat web search guide - #46940

Merged
pelikhan merged 1 commit into
mainfrom
docs/unbloat-web-search-c4868ad98ff83f05
Jul 21, 2026
Merged

[docs] docs: unbloat web search guide#46940
pelikhan merged 1 commit into
mainfrom
docs/unbloat-web-search-c4868ad98ff83f05

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

Simplifies and tightens the web search reference guide (docs/src/content/docs/reference/web-search.md).

Changes

File Type Summary
docs/src/content/docs/reference/web-search.md modified Simplified intro paragraph; condensed Tavily description; converted Setup from numbered list to prose with a fenced bash code block; clarified Tool Discovery section heading

Impact

  • Breaking: No
  • Scope: Documentation only — no code, configuration keys, or public APIs changed

Commits

  • 7d426d9b7 docs: unbloat web search guide

Generated by PR Description Updater for #46940 · 17 AIC · ⌖ 4.36 AIC · ⊞ 4.8K ·

@github-actions

Copy link
Copy Markdown
Contributor Author

Following Agentic Workflow Model

Thanks to the gh-aw automation team! This PR is an output of the "Documentation Unbloat" agentic workflow, which aligns with how this repository handles contributions (core team implements via agents).

Status Assessment:

  • ✅ On-topic: Documentation improvements are a stated project goal
  • ✅ Focused: Single file, single purpose (tighten web-search guide copy)
  • ✅ Follows process: Agentic workflow execution by core team
  • ⚠️ Draft status: PR is still in draft mode
  • ⚠️ Validation incomplete: Build failed due to Go toolchain network restrictions (firewall blocked proxy.golang.org)

Why this needs a look:

  1. Validation incomplete — The automation couldn't fully validate due to network sandbox restrictions. A maintainer should verify the documentation changes don't break links or examples.
  2. Documentation only — No tests included (not applicable for doc-only changes, but worth confirming the examples still work).
  3. Ready for human review — Despite draft status, the changes look ready; remove draft flag and request review once validation completes in an unrestricted environment.

Suggestion: Mark as ready for review and assign to a maintainer who can verify the web-search guide examples remain accurate.

Generated by ✅ Contribution Check · 69 AIC · ⌖ 16.1 AIC · ⊞ 6.2K ·

@pelikhan
pelikhan marked this pull request as ready for review July 21, 2026 03:33
Copilot AI review requested due to automatic review settings July 21, 2026 03:33
@pelikhan
pelikhan merged commit 7e308fb into main Jul 21, 2026
5 checks passed
@pelikhan
pelikhan deleted the docs/unbloat-web-search-c4868ad98ff83f05 branch July 21, 2026 03:33
Copilot stopped reviewing on behalf of pelikhan due to an error July 21, 2026 03:33

Copilot AI 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.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the web search reference doc to be more concise and consistently formatted, with clearer setup instructions for Tavily MCP.

Changes:

  • Rewrites the intro and Tavily description to be shorter and more direct.
  • Converts the setup section into a proper heading with a dedicated bash snippet for the secret command.
  • Clarifies the wording around tool discovery and workflow inspection.
Show a summary per file
File Description
docs/src/content/docs/reference/web-search.md Refines Tavily web search documentation phrasing and setup instructions formatting.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 2
  • Review effort level: Low


[Tavily](https://tavily.com/) provides AI-optimized search with structured JSON responses, news search capability, and fast response times through the [@tavily/mcp](https://github.com/tavily-ai/tavily-mcp) MCP server.
[Tavily](https://tavily.com/) provides structured JSON search results, news search, and an MCP server at [@tavily/mcp](https://github.com/tavily-ai/tavily-mcp).


[Tavily Terms of Service](https://tavily.com/terms)
Sign up at [tavily.com](https://tavily.com/) to get an API key, then add it as a repository secret:

@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. Test Quality Sentinel skipped.

@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅

@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

Design Decision Gate 🏗️ completed the design decision gate check.

No ADR enforcement needed: PR #46940 does not have the 'implementation' label and has 0 new lines of code in business logic directories (threshold: 100).

@github-actions

github-actions Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor Author

PR Code Quality Reviewer completed the code quality review.

@github-actions github-actions Bot left a comment

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.

Clean documentation refactor. The changes reduce prose bloat, promote the setup steps into a proper section, and add a fenced code block for the CLI command — all good improvements.

🧵 Reviewed using Impeccable skills by Impeccable Skills Reviewer · 7.95 AIC · ⌖ 4.3 AIC · ⊞ 5K

@github-actions github-actions Bot left a comment

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.

Skills-Based Review 🧠

Applied /grill-with-docs — docs-only change, no architectural concerns.

The condensed intro and converted numbered-list → command-block are clear improvements. Existing review comments (fence type, placeholder style) already cover the two minor issues present. No blocking changes needed.

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · 8.83 AIC · ⌖ 6.77 AIC · ⊞ 6.7K
Comment /matt to run again

@github-actions github-actions Bot mentioned this pull request Jul 21, 2026

@github-actions github-actions Bot left a comment

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.

Doc-only change — non-blocking observations

This PR condenses intro and setup copy in web-search.md without losing any essential content. No code or workflow logic is changed.

One low-severity finding raised inline (line 36): the word then in "Review the ToS, then test the workflow" implies sequential dependency between unrelated actions. Separating the sentences removes the false prerequisite.

Existing review comments (aw fence type, placeholder style) are not re-raised.

🔎 Code quality review by PR Code Quality Reviewer · 18.7 AIC · ⌖ 4.41 AIC · ⊞ 5.6K
Comment /review to run again

**Setup:**
1. Sign up at [tavily.com](https://tavily.com/) and get your API key
2. Add as repository secret: `gh aw secrets set TAVILY_API_KEY --value "<your-api-key>"`
### Setup

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.

Misleading coupling: linking ToS review and testing with "then" implies one must precede the other — readers who defer the ToS review may skip testing entirely.

💡 Suggested fix

Separate the two actions so they read as independent steps:

Review the [Tavily Terms of Service]((tavily.com/redacted) Then test your configuration with `gh aw mcp inspect <workflow>`.

Or split into distinct sentences/bullets so neither step's completion appears conditional on the other.

@github-actions

Copy link
Copy Markdown
Contributor Author

🎉 This pull request is included in a new release.

Release: v0.82.15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation doc-unbloat documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants