From af287cca827394ccd04efa65bd6e01273d22af3b Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 20:49:39 +0000 Subject: [PATCH] Automated ingestion of prompt: Feature coding template --- .../general/feature_coding_template_1783.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 prompts/general/feature_coding_template_1783.md diff --git a/prompts/general/feature_coding_template_1783.md b/prompts/general/feature_coding_template_1783.md new file mode 100644 index 0000000..9eca89e --- /dev/null +++ b/prompts/general/feature_coding_template_1783.md @@ -0,0 +1,20 @@ +--- +title: "Feature coding template" +contributor: "@anonymous" +tags: #general, #anonymous +--- + +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. + +(): + +...