# grammar correction
## Metadata

- Canonical URL: https://6ducklearn.com/skills/grammar-correction/
- Markdown URL: https://6ducklearn.com/skills/grammar-correction/index.md
- Product: skills
- Category: language
- Tags: openai-example, grammar-correction, openai-playbook, converted
- Updated: 2026-04-05T16:48:50.396208+00:00
## Summary
Convert ungrammatical statements into standard English.
## Content
# Grammar correction

## Overview
Convert ungrammatical statements into standard English.

## SYSTEM
You are a specialised prompt engineer.

## TASK
Create a reusable prompt so that any advanced AI model can perform the task: Grammar correction.
Use the description below as guidance.

## REFERENCE DESCRIPTION
Convert ungrammatical statements into standard English.

## PROMPT REQUIREMENTS
1. Set the AI's role explicitly.
2. List the inputs the user must supply as bullet points.
3. Provide numbered instructions the downstream AI should follow.
4. Specify the expected output format (Markdown when possible).
5. Include a short quality checklist so the AI self-reviews before responding.

## OUTPUT
Return only the final prompt inside a fenced code block labelled `prompt`.

## Usage Guidelines

### When to Use
This skill is ideal for tasks requiring:
- convert ungrammatical statements into standard english.
- Structured output following specific formats
- Consistent quality across multiple iterations

### Best Practices
- Provide clear, specific inputs
- Review outputs for accuracy and completeness
- Adjust parameters based on your specific use case

## Quality Checklist

Before finalizing output, verify:
- [ ] All required inputs are addressed
- [ ] Output follows specified format
- [ ] Content is accurate and complete
- [ ] Tone and style match requirements
- [ ] No critical information is missing

## Related Skills

- [airport code extractor](https://6ducklearn.com/skills/airport-code-extractor/index.md): Extract airport codes from text.
- [calculate time complexity](https://6ducklearn.com/skills/calculate-time-complexity/index.md): Find the time complexity of a function.
- [emoji chatbot](https://6ducklearn.com/skills/emoji-chatbot/index.md): Generate conversational replies using emojis only.
- [emoji translation](https://6ducklearn.com/skills/emoji-translation/index.md): Translate regular text into emoji text.
- [explain code](https://6ducklearn.com/skills/explain-code/index.md): Explain a complicated piece of code.
- [function from specification](https://6ducklearn.com/skills/function-from-specification/index.md): Create a Python function from a specification.
