docs: revert README skills section from table to list format#14
docs: revert README skills section from table to list format#14
Conversation
Summary of ChangesHello @SoonIter, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request refines the documentation by restructuring the 'Skills' section in the README.md. The change moves away from a tabular layout to a more detailed, list-based presentation for each skill, enhancing readability and providing clearer information. It ensures that recent improvements to the README are preserved while improving the user experience for discovering and understanding available skills. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request reverts the skills section in the README.md from a table format to a list format, which improves readability and provides more detailed information for each skill. The changes look good, and the updated Table of Contents correctly reflects the new document structure. I've added a couple of minor suggestions to improve the consistency of the skill descriptions.
There was a problem hiding this comment.
Pull request overview
Reverts the README “Skills” section from the compact table layout back to a per-skill list format with individual headings, install commands, and longer descriptions, while preserving the newer README enhancements introduced in #13 (badges, TOC, Usage, Contributing).
Changes:
- Replaced the “Skills” table layout with per-skill subsections (heading + install command + description/use-case text).
- Updated the Table of Contents entries to match the new section anchors.
- Retained the previously added badges, Usage section, and contribution/license sections.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Test plan