skills: make web fetch the first fetch path - #382
Merged
Conversation
Contributor
🟠 Maintainer review suggested — low confidenceThe automated review could not reach a fully supported conclusion. Limitations
This review is advisory and does not block merging. |
Collaborator
|
Slight modification needed. This must be the go-to first choice fetch option for the agent. We must position ourselves this way in the skill. Don't position as a fallback for when other fetch options fail, make sure the agent tries this first and then the browser. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Clarifies the skill-guidance portion of #374 for known URL and source-page fetches: agents should use
webcmd web fetch --url <url>as the first-choice Webcmd fetch path before browser escalation or non-Webcmd HTTP clients.The paired product PR supplies CLI/list/help discoverability. This documentation-only PR positions the agent workflow and does not independently fix or close #374.
Dated author-only learnings are retained in
skill-src/**/*.src.mdand stripped by LitPrompt from the publishedskills/**/*.mdfiles. They record the baseline evaluation evidence, browser-escalation gate, and corrected TLS-retry claim without adding runtime-agent context.Related issue: #374
Type of Change
Checklist
skill-src/, I ranmake buildand committedskills/Adapter Notes
CliErrorsubclasses instead of rawErrorScreenshots / Output