一个集成 Claude AI 助手的演示项目 A demo project integrated with Claude AI assistant
这是一个用于演示 Claude AI 功能的测试项目。通过本项目,您可以体验如何在 GitHub Issues 和 Pull Requests 中使用 @claude 来触发 AI 助手完成各种任务。
This is a test project for demonstrating Claude AI capabilities. Through this project, you can experience how to use @claude in GitHub Issues and Pull Requests to trigger the AI assistant to complete various tasks.
- 自动代码审查 / Automated Code Review:在 PR 中使用
@claude触发代码审查 / Use@claudein PRs to trigger code reviews - Issue 处理 / Issue Handling:自动分析并处理 GitHub Issues / Automatically analyze and handle GitHub Issues
- 代码修改 / Code Modification:根据需求自动修改代码并提交 / Automatically modify code based on requirements and commit
- 文档更新 / Documentation Updates:自动更新项目文档 / Automatically update project documentation
- 问题解答 / Q&A:回答关于代码和项目的问题 / Answer questions about code and the project
在 GitHub Issues 或 Pull Requests 的评论中,使用 @claude 加上您的请求即可触发 AI 助手。
In GitHub Issues or Pull Requests comments, use @claude followed by your request to trigger the AI assistant.
@claude <您的请求 / your request>
@claude 请帮我审查这段代码,检查是否有 bug 和安全问题。
@claude Please review this code and check for bugs and security issues.
@claude 请帮我更新 README 文件,添加使用说明。
@claude Please update the README file and add usage instructions.
@claude 这个函数的作用是什么?
@claude What does this function do?
@claude 请帮我实现一个用户登录功能。
@claude Please help me implement a user login feature.
- 确保仓库已正确配置 Claude GitHub Action / Make sure the repository has Claude GitHub Action properly configured
@claude触发词区分大小写 / The@claudetrigger is case-sensitive- 每次只能发起一个任务请求 / Only one task request can be initiated at a time
Generated with Claude Code