19 posts tagged
Create secret and public GitHub gists with gh gist create, files, and --desc, prove description and visibility via REST JSON, then delete both with --yes.
Apply one uniquely titled GitHub saved reply: GraphQL-read its body, write a file, post with gh issue comment --body-file, then prove the stored text.
Delete one GitHub saved reply with GraphQL deleteSavedReply on a unique fixture, then prove that title is gone from viewer.savedReplies.
Edit one GitHub saved reply with GraphQL updateSavedReply on a unique fixture, then prove the new title and body in viewer.savedReplies.
Create one GitHub saved reply with GraphQL createSavedReply and a unique title, then prove that title in viewer.savedReplies.
Inventory GitHub saved-reply titles with gh api graphql. Prove they are account-scoped, capped at 100, require read:user, and have no REST path.
Post Fixes #N, Closes #N, and Duplicate of via gh --body-file, then prove stored keyword text with gh pr view --json. Skip merge.
Pin a 40-char SHA blob permalink with #Lstart-Lend, post it via gh --body-file, then prove the stored URL with gh issue view --json.
Write GitHub task list Markdown with gh --body-file, then prove stored - [ ] and - [x] checkboxes using gh issue view --json.
Store a tiny SVG and text file via gh api, post image and link Markdown with --body-file, then prove stored syntax with gh issue view --json.
Post GitHub URL, issue, SHA, @mention, and custom autolink tokens via gh --body-file, then prove stored source with gh issue view --json.
Post GitHub MathJax inline and display delimiters via gh --body-file, then prove stored math source with gh issue view --json.
Post GitHub mermaid, geojson, topojson, stl, and vega-lite fences via gh --body-file, then prove stored identifiers with gh issue view --json.
Post GitHub fenced code blocks, language identifiers, and nested fences via gh --body-file, then prove stored markers with gh issue view --json.
Post GitHub collapsed sections with details, summary, and open via gh --body-file, then grep the stored tags with gh issue view --json.
Post GitHub pipe tables with headers, alignment, and escaped pipes via gh --body-file, then prove the stored Markdown with gh issue view --json.
Post GitHub Markdown headings through alerts with gh --body-file, then prove each stored construct using gh issue view --json.
Map where GitHub Flavored Markdown applies across issues, PRs, wikis, and README files, then prove each surface with sub-5s gh api checks.
Post a GitHub Markdown scratch issue with headings, images, quotes, and hidden comments via gh CLI, then verify the stored body with gh issue view.