Update skills for task-based user journeys#87
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the repository's skill set by removing outdated Flutter guides and introducing several new ones covering accessibility auditing, integration and widget testing, architecture best practices, responsive layouts, JSON serialization, declarative routing, localization, and networking. The review feedback highlights several areas for improvement: fixing broken relative links in the root README.md, resolving a discrepancy between the description and content of the accessibility audit guide, removing unnecessary legacy driver extensions in the integration testing guide, and ensuring consistency in localization configuration. Additionally, suggestions were made to prevent resource leaks in the networking examples by using top-level HTTP functions instead of unclosed client instances.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
TBR: @jwren |
This updates the skills to meet our criteria for task-based user journeys rather than knowledge areas.