Skip to main content

find-postgres-bug

Find latent bugs in a local PostgreSQL source tree (REL_xx_STABLE branch or HEAD) the way a core hacker does: build a heavily-poisoned debug instance (cassert + cache-discard + -O0/-ggdb3 + core dumps), fuzz it (sqlsmith) until the backend crashes, triage the core into a minimal reproducer (MRE), git-bisect the introducing commit, and render a community-style pgsql-bugs markdown report. The instance never auto-shuts-down. Use when the user says "find a bug in postgres", "fuzz postgres", "hunt for a crash", "test a recent commit", "write a repro", "bisect this crash", "ๆŠŠ PG ่ท‘่ตทๆฅๆ‰พ bug", "fuzz ไธ€ไธ‹ postgres", "็œ‹็œ‹่ฟ™ไธช commit ไผšไธไผšๅ‡บ้—ฎ้ข˜", etc. Triggers whenever the user points at a PG source dir and wants to hunt bugs.

Jump to install

Source facts

Repository
digoal/blog
Last source activity
June 22, 2026 at 03:15
Detected SKILL.md language
English
Stars
8,550
Forks
1,916

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.