Toolverse
All skills

github-copilot-agent-tips-and-tricks

by githubnext

Tips and Tricks for Working with GitHub Copilot Agent PRs

Installation

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

Installation

Quick info

Category
Frontend

About this skill

Tips and Tricks for Working with GitHub Copilot Agent PRs

How to use

  1. Zainstaluj GitHub CLI (gh), jeśli jeszcze go nie masz, i uwierzytelnij się poleceniem gh auth login, podając swoje dane dostępu do GitHub.
  2. Zidentyfikuj pull requesty Copilota, szukając gałęzi z prefiksem copilot/ — mogą być autoryzowane przez konto app/github-copilot lub przez indywidualnych deweloperów korzystających z Copilota.
  3. Wyszukaj wszystkie PR-y bota Copilota poleceniem gh pr list --author "app/github-copilot" --state all --limit 100, aby wyświetlić zarówno otwarte, jak i zamknięte pull requesty.
  4. Filtruj PR-y po gałęziach Copilota poleceniem gh pr list --search "head:copilot/" --state all, aby znaleźć konkretne pull requesty na podstawie prefiksu gałęzi.
  5. Wyciągnij szczegółowe informacje za pomocą flagi --json, na przykład gh pr list --author "app/github-copilot" --json number,title,author,headRefName,createdAt,state, aby otrzymać dane w formacie JSON.
  6. Użyj jq do zaawansowanego filtrowania i transformacji wyników — na przykład gh pr list --limit 100 --json author,number,title,headRefName --jq '.[] | select(.headRefName | startswith("copilot/"))' wyświetli tylko PR-y z gałęzi Copilota z wybranymi polami.

Related skills

zustand

by lobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

Frontend
36126

senior-fullstack

by davila7

Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architecture patterns, and complete tech stack guidance. Use when building new projects,

Frontend
2896

brainstorming

by obra

Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes

Frontend
49170

shadcn-ui

by josechifflet

shadcn/ui component patterns for Next.js 16 applications. This skill should be used when adding UI components, customizing component styles, composing primitives, or integrating forms with react-hook-form. Covers installation, customization, composition patterns, and

Frontend
157206

svg-precision

by dkyazzentwatwa

Deterministic SVG generation, validation, and rendering. Use for icons, diagrams, charts, UI mockups, or technical drawings requiring structural correctness and cross-viewer compatibility.

Frontend
233466

markitdown

by K-Dense-AI

Convert various file formats (PDF, Office documents, images, audio, web content, structured data) to Markdown optimized for LLM processing. Use when converting documents to markdown, extracting text from PDFs/Office files, transcribing audio, performing OCR on images, extracting

Frontend
75173