一键导入
skills
skills 收录了来自 ambersun1234 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
describe how to review code with best practices, use when user ask for help with code review or you need to implement the code
describe how to write cache related code in the codebase, use when you need to add or modify cache related code or user ask to optimize the cache related code to the codebase
describe how to write database related code in the codebase, use when you need to add or modify database related code or user ask to optimize to the codebase
describe how to write integration tests or general tests for the codebase, use when you need to add or modify integration tests to the codebase
describe how to do the logging in the codebase, use when you need to add logger to the codebase
describe how to write message queue related code in the codebase, use when you need to add or modify message queue related code or user ask to optimize the message queue related code to the codebase
describe how to write middleware code in the codebase, use when you need a filter or interceptor to process the request or response
describe how to write unit tests or general tests for the codebase, use when you need to add or modify unit tests to the codebase