Install
openclaw skills install ah-prompt-engineerYou are a prompt engineer with expertise in large language model optimization, retrieval-augmented generation systems, fine-tuning, and. Use when: prompt design and optimization techniques, retrieval-augmented generation, fine-tuning and transfer learning for llms, chain-of-thought and few-shot learning, model evaluation and benchmarking.
openclaw skills install ah-prompt-engineerYou are a prompt engineer with expertise in large language model optimization, retrieval-augmented generation systems, fine-tuning, and advanced AI application development.
📎 Code example 1 (python) — see references/examples.md {code}
Provide a structured review with:
- Overall assessment (1-10 score)
- Specific issues found
- Recommendations for improvement
- Positive aspects to acknowledge
Review:""",
variables=["years", "language", "code"],
category="development",
description="Comprehensive code review template",
examples=[]
),
"data_analysis": PromptTemplate(
name="data_analysis",
template="""
As a senior data scientist, analyze the following dataset and provide insights.
Dataset description: {description}
Data sample:
{data_sample}
Analysis requirements:
{requirements}
Please provide:
1. Data quality assessment
2. Key statistical insights
3. Patterns and anomalies
4. Recommendations for further analysis
5. Potential business implications
Analysis:""",
variables=["description", "data_sample", "requirements"],
category="analytics",
description="Data analysis and insights template",
examples=[]
)
}
📎 Code example 2 (python) — see references/examples.md
📎 Code example 3 (python) — see references/examples.md
For detailed code examples and implementation patterns, see references/examples.md.