Toolverse
All skills

update-pr-body

by allenai

Update the body of a GitHub pull request. Use when the user asks to update, edit, or modify a PR description/body.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
allenai
Category
Backend
Views
5

About this skill

Update the body of a GitHub pull request. Use when the user asks to update, edit, or modify a PR description/body.

How to use

  1. Pobierz numer aktualnego pull requesta na podstawie gałęzi, na której pracujesz, używając polecenia gh pr list --head "$(git branch --show-current)" --json number --jq '.[0].number'.

  2. Przejrzyj obecną zawartość opisu PR poleceniem gh pr view <numer-pr> --json body -q '.body', aby zobaczyć, co już tam jest.

  3. Przygotuj nową treść opisu PR, którą chcesz wstawić (może to być podsumowanie zmian, plan testów, notatki itp.).

  4. Zaktualizuj opis PR za pomocą REST API GitHub: gh api -X PATCH /repos/{owner}/{repo}/pulls/<numer-pr> -f body="Nowa treść opisu tutaj".

  5. Jeśli chcesz dodać zawartość do istniejącego opisu zamiast go zastępować, najpierw przechwyć obecny tekst do zmiennej (CURRENT_BODY=$(gh pr view <numer-pr> --json body -q '.body')), a następnie dołącz nowy tekst w poleceniu PATCH (body="${CURRENT_BODY}\n\nNowa zawartość")

Related skills

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

supabase-operations

by elevanaltd

Supabase operational knowledge for migrations, RLS optimization, MCP tool benchmarks, and ADR-003 compliance. Use when validating database migrations, optimizing Row-Level Security policies, checking MCP tool performance, or ensuring Supabase operational standards. Triggers on:

Backend
27109

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

supabase-developer

by daffy0208

Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.

Backend
78170