Skip to content

Commit 2ddb686

Browse files
committed
Add Copilot skill for new post prompt
1 parent 84b98a8 commit 2ddb686

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
name: create-new-post
3+
description: Turn the new post prompt into a reusable Copilot skill that creates a complete blog post from proposed content.
4+
---
5+
6+
# Create New Post
7+
8+
Create a new blog post from the proposed content in context.
9+
10+
## Workflow
11+
12+
1. Read the proposed content describing the topic.
13+
2. Do focused web research to validate and enrich important claims.
14+
3. Create the blog post markdown file in `src/content/blog/`.
15+
16+
## Content requirements
17+
18+
1. Add all required frontmatter fields for the blog collection.
19+
2. Improve, complete, and structure the content for readability and flow.
20+
3. Translate any German sentences to English.
21+
4. Rephrase awkward wording.
22+
5. Add missing but relevant context based on research.
23+
6. Add anything else needed for a complete, publishable post.
24+
25+
## Style rules
26+
27+
1. Do not use dashes for sentence parts.
28+
2. Do not put colons before an "and".
29+
30+
## Project conventions
31+
32+
1. Follow instructions in `.github/copilot-instructions.md`.
33+
2. Follow markdown rules in `.github/instructions/content-md.instructions.md`.
34+
3. Use `author: Harald Binkle`.
35+
4. Keep `description` in the 150 to 160 character range.
36+
5. Use a kebab-case filename unless `postSlug` requires a custom slug.
37+
6. Place blog posts only under `src/content/blog/`.
38+
39+
## Output
40+
41+
1. Create or update the target markdown file.
42+
2. Provide a short summary of what was added or improved.

0 commit comments

Comments
 (0)