# 怎样做代码审核

本文档包含若干章节。在代码审核的长期实践中，我们总结出了最佳实践，并在此基础上整理出了这些建议。整篇文档各部分的独立性较强，在阅读时，你可以选取自己感兴趣的部分，而不必按顺序阅读全文。尽管如此，我们仍旧建议你按顺序通读全文，你会发现这份文档对你非常有用。

* [代码审核的标准](/google/index/standard.md)
* [代码审核过程中要看些什么？](/google/index/looking-for.md)
* [代码审核的步骤](/google/index/navigate.md)
* [代码审核的速度](/google/index/speed.md)
* [怎样写代码审核的评论？](/google/index/comments.md)
* [代码评论被拒绝时，应如何处理？](/google/index/pushback.md)

本文档是针对代码审核者的指南，至于代码提交者，可以参见这篇文档： [代码提交者指南](/google/developer.md)。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zijinshi.gitbook.io/google/index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
