主题
聊天
提供者描述例子#codebase允许 Kiro 自动查找项目中的相关文件#codebase explain the authentication flow``#file引用代码库中的特定文件#auth.ts explain this implementation``#folder引用特定文件夹及其内容#components/ what components do we have?``#git diff引用当前Git更改#git diff explain what changed in this PR``#terminal包括活动终端的最新输出和命令历史记录#terminal help me fix this build error``#problems包含当前文件中的所有问题#problems help me resolve these issues``#url包括网络文档#url:https://docs.example.com/api explain this API``#code在上下文中包含特定的代码片段#code:const sum = (a, b) => a + b; explain this function``#repository包括存储库结构图#repository how is this project organized?``#current引用编辑器中当前活动的文件#current explain this component``#steering包含特定的指导文件以供指导#steering:coding-standards.md review my code``#docs参考文档文件和内容#docs:api-reference.md explain this API endpoint``#spec引用特定规范(需求、设计、任务)中的所有文件#spec:user-authentication update the design file to include password reset flow``#mcp访问模型上下文协议工具和服务#mcp:aws-docs how do I configure S3 buckets?