Conversation
There was a problem hiding this comment.
Code Review
The pull request introduces a new Markdown document, .agents/skills/stage-site/SKILL.md, which details a four-step process for locally staging the Flutter site. The review comments suggest improving the readability of this new document by wrapping two lines that exceed the 80-character limit, as per the project's style guide.
|
|
||
| ## 2. Sync code excerpts | ||
|
|
||
| Ensure that any changed code excerpts are properly run and synced to the Markdown files: |
There was a problem hiding this comment.
This line exceeds the 80-character limit specified in the PR's presubmit checklist for semantic line breaks. Please wrap the line to adhere to the style guide and improve readability.
| Ensure that any changed code excerpts are properly run and synced to the Markdown files: | |
| Ensure that any changed code excerpts are properly run | |
| and synced to the Markdown files: |
|
|
||
| ## 4. Stage the site locally | ||
|
|
||
| Finally, serve a local development server of the site so the user can preview the changes: |
There was a problem hiding this comment.
This line exceeds the 80-character limit specified in the PR's presubmit checklist for semantic line breaks. Please wrap the line to adhere to the style guide and improve readability.
| Finally, serve a local development server of the site so the user can preview the changes: | |
| Finally, serve a local development server of the site | |
| so the user can preview the changes: |
Description of what this PR is changing or adding, and why:
Issues fixed by this PR (if any):
PRs or commits this PR depends on (if any):
Presubmit checklist
of 80 characters or fewer.