Skip to content

Conversation

@wangxingjun778
Copy link
Collaborator

No description provided.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @wangxingjun778, 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 focuses on enhancing the project's documentation by refining link texts and standardizing image embedding practices. The changes aim to improve the readability, consistency, and maintainability of the documentation across different language versions, ensuring a more uniform and accessible experience for users.

Highlights

  • Documentation Link Update: The English documentation link text in both README.md and README_ZH.md has been updated from 'Docs' to 'Documentation' for improved clarity and consistency.
  • Chinese Documentation Link Addition: A new link for Chinese documentation has been added to README_ZH.md.
  • Image Syntax Standardization: All image embeddings within the detailed documentation files (docs/source/Projects/智能体技能.md and docs/source_en/Projects/AgentSkills.md) have been standardized from HTML <img> tags to native Markdown ![]() syntax, removing inline styling for cleaner markdown.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@wangxingjun778 wangxingjun778 merged commit 5d6bc12 into main Nov 7, 2025
2 of 4 checks passed
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates documentation files. The changes include renaming a link from 'Docs' to 'Documentation' for clarity, adding a missing link to the Chinese documentation in the Chinese README, and converting HTML <img> tags to Markdown image syntax. While the move to pure Markdown for images is good for consistency, it removes specific styling like width and centering, which might impact the visual layout. I've added suggestions to address this and to improve language consistency in the Chinese README.


<p align="center">
<a href="https://modelscope.cn/mcp/playground">MCP Playground</a> | <a href="https://arxiv.org/abs/2309.00986">Paper</a> | <a href="https://ms-agent-en.readthedocs.io">Docs</a>
<a href="https://modelscope.cn/mcp/playground">MCP Playground</a> | <a href="https://arxiv.org/abs/2309.00986">Paper</a> | <a href="https://ms-agent-en.readthedocs.io">Documentation</a> | <a href="https://ms-agent.readthedocs.io/zh-cn">中文文档</a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency within this Chinese document, it would be better to change the link text 'Documentation' to '英文文档'. This would make the link text consistent with the language of the document.

Suggested change
<a href="https://modelscope.cn/mcp/playground">MCP Playground</a> | <a href="https://arxiv.org/abs/2309.00986">Paper</a> | <a href="https://ms-agent-en.readthedocs.io">Documentation</a> | <a href="https://ms-agent.readthedocs.io/zh-cn">中文文档</a>
<a href="https://modelscope.cn/mcp/playground">MCP Playground</a> | <a href="https://arxiv.org/abs/2309.00986">Paper</a> | <a href="https://ms-agent-en.readthedocs.io">英文文档</a> | <a href="https://ms-agent.readthedocs.io/zh-cn">中文文档</a>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Converting the <img> tag to Markdown image syntax ![]() causes the image to lose its original styling (e.g., width and centering). This might affect the layout and readability of the document. If preserving the image style is important, consider reverting to the <img> tag to retain the styling. This suggestion also applies to other similar changes in this file.

Suggested change
![Skill-Architecture](../../resources/skill_architecture.png)
<img src="../../resources/skill_architecture.png" alt="Skill-Architecture" style="width: 750px; display: block; margin: 0 auto;" />

- The Agent Skill Architecture

<img src="../../resources/skill_architecture.png" alt="Skill-Architecture" style="width: 750px; display: block; margin: 0 auto;" />
![Skill-Architecture](../../resources/skill_architecture.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Converting the <img> tag to Markdown image syntax ![]() causes the image to lose its original styling (e.g., width and centering). This might affect the layout and readability of the document. If preserving the image style is important, consider reverting to the <img> tag to retain the styling. This suggestion also applies to other similar changes in this file.

Suggested change
![Skill-Architecture](../../resources/skill_architecture.png)
<img src="../../resources/skill_architecture.png" alt="Skill-Architecture" style="width: 750px; display: block; margin: 0 auto;" />

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants