com um clique
write-blog-post
// Use when writing a blog post for the pgconsole website. Covers file location, frontmatter, structure, length, and writing style conventions.
// Use when writing a blog post for the pgconsole website. Covers file location, frontmatter, structure, length, and writing style conventions.
Perform a refactor pass focused on simplicity after recent changes. Use when the user asks for a refactor/cleanup pass, simplification, or dead-code removal and expects build/tests to verify behavior.
Take screenshots of the running pgconsole app for documentation. Use when updating docs with screenshots or adding images to .mdx files.
| name | write-blog-post |
| description | Use when writing a blog post for the pgconsole website. Covers file location, frontmatter, structure, length, and writing style conventions. |
website/content/blog/{slug}.md/blog/{slug}Frontmatter:
---
title: "Postgres 19 Feature Preview: Feature Name Here"
description: "One sentence summary of the post."
date: "YYYY-MM-DD"
---
[Intro: 2-3 sentences. State the problem this feature solves.]
[One-liner naming the commit/release that fixes it.]
## Section Heading
[Explain what changed. Use one concrete before/after code example.]
## Section Heading (if multiple features)
[Same pattern. If features share a theme, merge smaller ones into a parent section.]
## Closing Thoughts
[2-3 sentences. Tie the changes back to the problem stated in the intro.]
## References
- [Commit link](url)
- [Mailing list thread](url)
Start from the PostgreSQL commitfest history at https://commitfest.postgresql.org/commitfest_history/. Browse committed patches for the target PG version. Cross-reference with the pgpedia version page (https://pgpedia.info/postgresql-versions/)
Look for features that are:
Present 3-5 candidates to the user with a one-line summary each. Wait for confirmation before writing.
For the confirmed topic, gather:
Follow the Structure and Writing Style sections above. After writing, verify the website builds with pnpm build from the website/ directory.
These published posts set the standard for tone and structure:
website/content/blog/postgres-19-feature-preview-pg-stat-statements.md