بنقرة واحدة
gfm
Use when writing or reviewing GitHub-flavored Markdown (README, issues, PRs, docs)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when writing or reviewing GitHub-flavored Markdown (README, issues, PRs, docs)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Morning update routine: merge Renovate PRs, rebase local work, apply chezmoi changes Use when this capability is needed.
Use when the user wants to set, change, or clear git commit co-authors for pair or mob programming.
Use when the user asks to install, add, or set up a package, tool, CLI, or application
Use when the user wants to fetch and contextualize a GitHub repository for future reference.
Copy content to my clipboard using `pbcopy`. Use when this capability is needed.
Generate machine-specific AGENTS.local.md with host facts and system tool details Use when this capability is needed.
| name | gfm |
| description | Use when writing or reviewing GitHub-flavored Markdown (README, issues, PRs, docs) |
| metadata | {"author":"ivy"} |
$ARGUMENTS
Parse arguments to determine task:
Structure:
# through ######)—GitHub auto-generates TOC for 2+ headings#) over Setext (===)Text styling:
| Style | Syntax |
|---|---|
| Bold | **text** |
| Italic | _text_ |
| Bold+italic | ***text*** |
| Strikethrough | ~~text~~ |
| Code | `code` |
| Subscript | <sub>x</sub> |
| Superscript | <sup>2</sup> |
Code blocks:
```language
code here
```
Lists:
- consistently1., 2., etc.- [ ] incomplete, - [x] completeLinks:
[text](url)[text](#heading-name) (lowercase, hyphens, no punctuation)docs/CONTRIBUTING.mdImages:  — always include alt text
Alerts (callouts):
> [!NOTE]
> Useful information
> [!TIP]
> Helpful advice
> [!IMPORTANT]
> Essential info
> [!WARNING]
> Urgent attention
> [!CAUTION]
> Risk warning
Footnotes:
Text with footnote[^1].
[^1]: Footnote content.
Color swatches: `#FF5733`, `rgb(255,87,51)`, `hsl(11,100%,60%)`
When reviewing markdown:
> [!TYPE] format/gfm README.md → Edit/create README
/gfm review docs/ → Audit markdown files in docs/
/gfm API documentation → Draft API docs content
/gfm changelog entry → Write changelog in GFM style
Converted and distributed by TomeVault — claim your Tome and manage your conversions.