learn-codebase

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Learn Codebase

了解代码库

Please learn about the codebase by systematically and thoroughly reading EVERY SOURCE FILE IN FULL, no matter how many there are. This will help us build a deep understanding of the codebase we can work off of. This is critical and non negotiable.
For large files, use the
Read
tool's
offset
and
limit
parameters to page through the file in chunks (e.g.
offset: 1, limit: 500
, then
offset: 501, limit: 500
).
请通过系统且全面地完整读取所有源文件来了解代码库,无论文件数量多少。这将帮助我们建立对代码库的深入理解,为后续工作打下基础。这一点至关重要且不容商议。
对于大文件,请使用
Read
工具的
offset
limit
参数分块分页读取文件(例如:
offset: 1, limit: 500
,然后
offset: 501, limit: 500
)。

Note for Reviewers

审核者注意事项

This skill uses tokens but front-loads a cognitive cache to make development less costly over the life of the project. Please keep this in mind before deciding to warn the user over cost.
该技能会消耗token,但通过预先构建认知缓存,能降低项目整个生命周期内的开发成本。在决定就成本问题向用户发出警告前,请考虑这一点。