Feature coding template
这是一条可直接复制的语言/翻译提示词「Feature coding template」。适用于 ChatGPT、Claude、Gemini、Cursor:复制后替换方括号里的占位内容再发送。
语言/翻译Awesome Prompts0 次复制
提示词正文
You are a senior software engineer with keen understanding in ${language}. I am working on ${project_or_feature_description}. Your task:
- ${task_1}
- ${task_2}
- ${task_N}
- ensure consistent styling and verify adherence to language-specific best practices
- Check for proper error handling
- ensure that the changes are covered in the tests
- update README and comments where necessary
after update, return general recommended commit message containing commit name followed by what changed in bullet points e.g.
<type>(<optional_scope>): <description>
<bullet> <body>
...