{"id":91300,"date":"2025-10-08T09:00:00","date_gmt":"2025-10-08T16:00:00","guid":{"rendered":"https:\/\/github.blog\/?p=91300"},"modified":"2025-10-07T15:08:31","modified_gmt":"2025-10-07T22:08:31","slug":"completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile","status":"publish","type":"post","link":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/","title":{"rendered":"Completing urgent fixes anywhere with GitHub Copilot coding agent and mobile"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><p>In a video game, a single upgrade enhances your abilities, while combining multiple can create an unstoppable power-up. In the world of software development, this combined power does something similar: At GitHub, we believe it can empower developers with an incredible force to tackle any challenge, whether that&rsquo;s fixing a critical bug, adding a new feature, or shipping your release to production.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"h-my-recent-quest\">My recent quest<\/h1>\n\n\n\n<p>&ldquo;Stay a while and listen,&rdquo; as the old Diablo line goes.&nbsp;<\/p>\n\n\n\n<p>One morning, while on a walk, I received an urgent call. A critical feature on a website I collaborate on&nbsp; was displaying errors. This happened just before a high-visibility demo. I was miles from my laptop, and a traditional fix seemed hours away. That would be far too late to address this immediate need. Rolling back wasn&rsquo;t an option, as it would remove functionality vital for the presentation.<\/p>\n\n\n\n<p>The only tool I had available was my cell phone. Instead of rushing home, I realized I could leverage two powerful GitHub features: <a href=\"https:\/\/github.blog\/news-insights\/product-news\/github-copilot-meet-the-new-coding-agent\/\">GitHub Copilot coding agent<\/a> and the <a href=\"https:\/\/github.com\/mobile\">GitHub Mobile<\/a> app. I could quickly create an issue on mobile and delegate the problem to Copilot, in order to expedite a resolution.<\/p>\n\n\n\n<p>From GitHub Mobile, I scanned recent pull requests and identified a likely culprit: a pull request that added markdown rendering and a rich text editor. I created a new issue, describing the problem and referencing the suspicious pull requests, while also relying on my repository&rsquo;s <strong>copilot-instructions<\/strong> to help guide the agent. With a few taps, I assigned the issue to GitHub Copilot coding agent.<\/p>\n\n\n\n<p>Just six minutes later, a notification appeared on GitHub Mobile. GitHub Copilot had generated a pull request with a fix! I reviewed it immediately from my phone. It was a clear, simple solution to the problem. Leveraging existing workflows, I could even test the fix on a preview branch right from my mobile device.&nbsp;<\/p>\n\n\n\n<p>Satisfied, I approved the pull request, which was deployed to production through automated workflows managed with GitHub Actions in my repository. By the time I reached my car, the director confirmed the issue was resolved, and they were ready to proceed with their demo.&nbsp;<\/p>\n\n\n\n<p>This experience, all managed from my phone, revealed a powerful capability within the <strong>GitHub Platform<\/strong>. Combining these two features&mdash;GitHub Copilot coding agent and GitHub Mobile&mdash;unlocked a new ability for me, and prompted me to explore what other combinations within the platform could further power-up<strong> <\/strong>my work.<\/p>\n\n\n\n<p>Here is a view from my phone using the GitHub Mobile app after reviewing the pull request and approving. We see a summary of Copilot&rsquo;s fixes for the issue.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\" height=\"1024\" width=\"472\" src=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/01-copilot-pr-fix.jpeg?resize=472%2C1024\" alt=\"Copilot Coding Agent with a suggested fix for our issue.\" class=\"wp-image-91310\" srcset=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/01-copilot-pr-fix.jpeg?w=1179 1179w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/01-copilot-pr-fix.jpeg?w=138 138w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/01-copilot-pr-fix.jpeg?w=768 768w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/01-copilot-pr-fix.jpeg?w=472 472w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/01-copilot-pr-fix.jpeg?w=709 709w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/01-copilot-pr-fix.jpeg?w=945 945w\" sizes=\"auto, (max-width: 472px) 100vw, 472px\" \/><\/figure>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"using-the-right-tool-at-the-right-time\">Using the right tool at the right time<\/h1>\n\n\n\n<p>It&rsquo;s important to clarify that I&rsquo;m not suggesting you delegate all development to Copilot from your mobile device, nor that every fix can be approved instantly from your phone. However, my experience highlights a crucial point: having the right tools for the right situation makes all the difference. GitHub Copilot as an AI pair programmer is a game-changer. By incorporating <a href=\"https:\/\/github.blog\/news-insights\/product-news\/github-copilot-meet-the-new-coding-agent\/\">GitHub Copilot coding agent<\/a> and <a href=\"https:\/\/github.com\/mobile\">GitHub Mobile<\/a> into my workflow, alongside existing features like <a href=\"https:\/\/github.com\/features\/issues\">GitHub Issues<\/a> and <a href=\"https:\/\/github.com\/features\/actions\">GitHub Actions<\/a>, I&rsquo;ve discovered a new level of efficiency. Here&rsquo;s how you can gain this same power-up.&nbsp;&nbsp;<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"keys-to-unlock-this-power-up\">Keys to unlock this power-up&nbsp;<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"key-1-leverage-instructions-files\">Key 1: Leverage instructions files<\/h2>\n\n\n\n<p>There is a plethora of knowledge available on how you can effectively use GitHub Copilot. One area you&rsquo;ll certainly come across is <a href=\"https:\/\/docs.github.com\/en\/copilot\/how-tos\/configure-custom-instructions\">custom instructions<\/a> for GitHub Copilot. These instructions are the guidelines and rules that can influence the results you get from Copilot. A well-defined set of instructions can go a long way.&nbsp;&nbsp;<\/p>\n\n\n\n<p>In my scenario, I used <a href=\"https:\/\/docs.github.com\/en\/copilot\/how-tos\/configure-custom-instructions\/add-repository-instructions\">repository custom instructions<\/a> to give Copilot additional context for understanding important information about my repository. This included the core purpose of the repository, the tech stack used, architecture constraints, coding standards, testing strategy, dependency management, observability, documentation, error handling, and more. It&rsquo;s important to define the things that are important for GitHub Copilot to have and to understand about your project.<\/p>\n\n\n\n<p>For me, identifying things like directory structure, coding standards, and project dependencies were important for identifying a fix with less churn. Custom instructions are written using markdown and including them provide specific guidance to GitHub Copilot Coding Agent, Copilot Chat, and Copilot code review. It&rsquo;s important to note that instructions in this file apply to all chat requests for the repository. This file exists in the .github directory in your repository right off of the root level.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"2400\" height=\"2528\" loading=\"lazy\" src=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/02-github-copilot-instructions_v2.png?resize=2400%2C2528\" alt=\"Location of copilot-instructions in .github folder\" class=\"wp-image-91335\" srcset=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/02-github-copilot-instructions_v2.png?w=2400 2400w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/02-github-copilot-instructions_v2.png?w=285 285w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/02-github-copilot-instructions_v2.png?w=768 768w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/02-github-copilot-instructions_v2.png?w=972 972w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/02-github-copilot-instructions_v2.png?w=1458 1458w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/02-github-copilot-instructions_v2.png?w=1944 1944w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/02-github-copilot-instructions_v2.png?w=2000 2000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<p><strong>EXAMPLE<\/strong>: Here&rsquo;s an example of an instructions file you might see in the <code>.github\/copilot-instructions.md<\/code><strong> <\/strong>file. Remember to tailor these to your project.<\/p>\n\n\n<div class=\"wp-block-code-wrapper\">\n<pre class=\"wp-block-code language-plaintext\"><code># Copilot Instructions\n\n- Use Next.js App Router with React and TypeScript across the project.\n- Use pnpm for all package management commands (not npm or yarn).\n- Use Tailwind CSS v4 with a mobile-first approach; enhance with sm:\/md:\/lg:\/xl: as needed.\n- Prefer shadcn\/ui components before creating new UI; place shadcn\/ui in src\/components\/ui and shared components in src\/components\/shared.\n- Always use next\/link for internal navigation and next\/image for images.\n- Prefer server components by default; add \"use client\" only when needed (event handlers, browser APIs).\n- Implement server actions where appropriate; place them in src\/lib\/actions.\n- Put utilities in src\/utils and Supabase utilities in src\/utils\/supabase; define shared types in src\/types.\n- Write tests with Vitest for critical business logic and components; place tests in __tests__ directories.\n- Follow Next.js performance best practices and implement proper error boundaries and error handling.\n- Use environment variables (NEXT_PUBLIC_ for client exposure); keep secrets server-side only.\n- Use Vercel for deploys and GitHub Actions for CI\/CD with pnpm scripts (pnpm dev\/build\/test).\n- Keep code idiomatic: functional components + hooks, async\/await for async, and idiomatic Next.js\/React patterns.\n\n## Folder structure reference (high-level)\n\n```text\n.\n&#9500;&#9472; app\/                         # Next.js App Router: route groups, page.tsx, layout.tsx, loading.tsx, error.tsx, route.ts\n&#9500;&#9472; public\/                      # Static assets served at \/\n&#9500;&#9472; src\/\n&#9474;  &#9500;&#9472; components\/\n&#9474;  &#9474;  &#9500;&#9472; ui\/                    # shadcn\/ui components\n&#9474;  &#9474;  &#9492;&#9472; shared\/                # Shared app-specific components\n&#9474;  &#9500;&#9472; lib\/\n&#9474;  &#9474;  &#9492;&#9472; actions\/               # Server actions (\"use server\") and server-side logic\n&#9474;  &#9500;&#9472; utils\/\n&#9474;  &#9474;  &#9500;&#9472; supabase\/              # Supabase client utilities (server-side)\n&#9474;  &#9474;  &#9492;&#9472; index.ts               # General utilities (example)\n&#9474;  &#9492;&#9472; types\/                     # Shared TypeScript types\n&#9500;&#9472; __tests__\/                    # Vitest tests (or co-located __tests__ near source)\n&#9500;&#9472; docs\/                         # Project documentation\n&#9492;&#9472; .github\/                      # Workflows, issue templates, Copilot instructions\n```\n\n### Directory-specific conventions\n\n- app\/: Follow App Router conventions (page.tsx, layout.tsx, route.ts, loading.tsx, error.tsx). Use the Metadata API for SEO.\n- src\/components\/ui: Prefer existing shadcn\/ui components; extend consistently if needed.\n- src\/components\/shared: Reusable app-specific components; keep presentational components server-rendered if possible.\n- src\/lib\/actions: Mark server actions with \"use server\" and keep client-only imports out.\n- src\/utils\/supabase: Reuse a shared Supabase client; do not re-instantiate ad hoc clients.\n- __tests__: Use Vitest; write descriptive, focused tests for critical logic and components.\n\n## Commands\n\n- pnpm install &mdash; Install project dependencies.\n- pnpm dev &mdash; Start the Next.js development server with hot reloading.\n- pnpm build &mdash; Create a production build of the app.\n- pnpm start &mdash; Run the production server locally from the built output (if defined).\n- pnpm test &mdash; Run the Vitest test suite.\n- pnpm lint &mdash; Lint the codebase (if defined in package.json).\n- pnpm typecheck &mdash; Type-check the codebase using TypeScript only (no emit), if defined.\n- pnpm format &mdash; Format files with Prettier (if defined).<\/code><\/pre>\n<clipboard-copy aria-label=\"Copy\" class=\"code-copy-btn\" data-copy-feedback=\"Copied!\" value='# Copilot Instructions\n\n- Use Next.js App Router with React and TypeScript across the project.\n- Use pnpm for all package management commands (not npm or yarn).\n- Use Tailwind CSS v4 with a mobile-first approach; enhance with sm:\/md:\/lg:\/xl: as needed.\n- Prefer shadcn\/ui components before creating new UI; place shadcn\/ui in src\/components\/ui and shared components in src\/components\/shared.\n- Always use next\/link for internal navigation and next\/image for images.\n- Prefer server components by default; add \"use client\" only when needed (event handlers, browser APIs).\n- Implement server actions where appropriate; place them in src\/lib\/actions.\n- Put utilities in src\/utils and Supabase utilities in src\/utils\/supabase; define shared types in src\/types.\n- Write tests with Vitest for critical business logic and components; place tests in __tests__ directories.\n- Follow Next.js performance best practices and implement proper error boundaries and error handling.\n- Use environment variables (NEXT_PUBLIC_ for client exposure); keep secrets server-side only.\n- Use Vercel for deploys and GitHub Actions for CI\/CD with pnpm scripts (pnpm dev\/build\/test).\n- Keep code idiomatic: functional components + hooks, async\/await for async, and idiomatic Next.js\/React patterns.\n\n## Folder structure reference (high-level)\n\n```text\n.\n&#9500;&#9472; app\/                         # Next.js App Router: route groups, page.tsx, layout.tsx, loading.tsx, error.tsx, route.ts\n&#9500;&#9472; public\/                      # Static assets served at \/\n&#9500;&#9472; src\/\n&#9474;  &#9500;&#9472; components\/\n&#9474;  &#9474;  &#9500;&#9472; ui\/                    # shadcn\/ui components\n&#9474;  &#9474;  &#9492;&#9472; shared\/                # Shared app-specific components\n&#9474;  &#9500;&#9472; lib\/\n&#9474;  &#9474;  &#9492;&#9472; actions\/               # Server actions (\"use server\") and server-side logic\n&#9474;  &#9500;&#9472; utils\/\n&#9474;  &#9474;  &#9500;&#9472; supabase\/              # Supabase client utilities (server-side)\n&#9474;  &#9474;  &#9492;&#9472; index.ts               # General utilities (example)\n&#9474;  &#9492;&#9472; types\/                     # Shared TypeScript types\n&#9500;&#9472; __tests__\/                    # Vitest tests (or co-located __tests__ near source)\n&#9500;&#9472; docs\/                         # Project documentation\n&#9492;&#9472; .github\/                      # Workflows, issue templates, Copilot instructions\n```\n\n### Directory-specific conventions\n\n- app\/: Follow App Router conventions (page.tsx, layout.tsx, route.ts, loading.tsx, error.tsx). Use the Metadata API for SEO.\n- src\/components\/ui: Prefer existing shadcn\/ui components; extend consistently if needed.\n- src\/components\/shared: Reusable app-specific components; keep presentational components server-rendered if possible.\n- src\/lib\/actions: Mark server actions with \"use server\" and keep client-only imports out.\n- src\/utils\/supabase: Reuse a shared Supabase client; do not re-instantiate ad hoc clients.\n- __tests__: Use Vitest; write descriptive, focused tests for critical logic and components.\n\n## Commands\n\n- pnpm install &mdash; Install project dependencies.\n- pnpm dev &mdash; Start the Next.js development server with hot reloading.\n- pnpm build &mdash; Create a production build of the app.\n- pnpm start &mdash; Run the production server locally from the built output (if defined).\n- pnpm test &mdash; Run the Vitest test suite.\n- pnpm lint &mdash; Lint the codebase (if defined in package.json).\n- pnpm typecheck &mdash; Type-check the codebase using TypeScript only (no emit), if defined.\n- pnpm format &mdash; Format files with Prettier (if defined).' tabindex=\"0\" role=\"button\"><svg aria-hidden=\"true\" height=\"16\" viewbox=\"0 0 16 16\" version=\"1.1\" width=\"16\" class=\"octicon octicon-copy js-clipboard-copy-icon\"><path d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z\"><\/path><path d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z\"><\/path><\/svg><svg aria-hidden=\"true\" height=\"16\" viewbox=\"0 0 16 16\" version=\"1.1\" width=\"16\" class=\"octicon octicon-check js-clipboard-check-icon\"><path d=\"M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z\"><\/path><\/svg><\/clipboard-copy><\/div>\n\n\n<p><strong>TIP: <\/strong>If you don&rsquo;t already have an instructions file and are using VS Code, navigate to <strong>Configure Chat<\/strong> and choose <strong>Generate Instructions <\/strong>as noted at <a href=\"https:\/\/code.visualstudio.com\/docs\/copilot\/customization\/custom-instructions#_generate-an-instructions-file-for-your-workspace\">use custom instructions in VS Code<\/a>.&nbsp;<br><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1200\" height=\"992\" loading=\"lazy\" src=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/03-configure-chat_v2.png?resize=1200%2C992\" alt=\"Generate instructions in VS Code using configure chat.\" class=\"wp-image-91337\" srcset=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/03-configure-chat_v2.png?w=1200 1200w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/03-configure-chat_v2.png?w=300 300w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/03-configure-chat_v2.png?w=768 768w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/03-configure-chat_v2.png?w=1024 1024w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<p>In addition to <a href=\"https:\/\/docs.github.com\/en\/copilot\/how-tos\/configure-custom-instructions\/add-repository-instructions?tool=vscode#creating-repository-wide-custom-instructions\">repository-wide custom instructions<\/a>, you can define <a href=\"https:\/\/docs.github.com\/en\/copilot\/how-tos\/configure-custom-instructions\/add-repository-instructions?tool=vscode#creating-path-specific-custom-instructions\">path-specific custom instructions<\/a> and make use of the <code>applyTo<\/code> keyword to target only the directories, file patterns, languages or task contexts you care about. Path-specific instructions files allow you to scope the guidance you provide to Copilot with details relevant to a specific scenario based on what is provided in the <code>applyTo<\/code> keyword.<\/p>\n\n\n\n<p><strong>EXAMPLE:<\/strong> Here is one example of a path specific instructions file that I use to ensure any components Copilot helps create follow already established conventions. A file like this gets placed in the <code>.github\/instructions<\/code> folder as noted at <a href=\"https:\/\/docs.github.com\/en\/copilot\/how-tos\/configure-custom-instructions\/add-repository-instructions?tool=vscode#creating-path-specific-custom-instructions\">adding repository custom instructions<\/a>.&nbsp;<\/p>\n\n\n<div class=\"wp-block-code-wrapper\">\n<pre class=\"wp-block-code language-plaintext\"><code>---\napplyTo: \"src\/components\/ui\/**\/*.tsx,src\/components\/shared\/**\/*.tsx\"\n---\n\n- Prefer existing shadcn\/ui components; check for an existing component before creating a new one.\n- Style with Tailwind v4 using mobile-first classes; add responsive variants for larger screens.\n- Use Lucide React icons (import from 'lucide-react'); avoid inline SVGs unless necessary.\n- Ensure accessible interactions (keyboard focus, ARIA where applicable) and touch targets &ge;44px.\n- Avoid client components unless interactivity is required; keep pure presentational pieces server-rendered.\n- Co-locate component tests in __tests__ where applicable; use Vitest.<\/code><\/pre>\n<clipboard-copy aria-label=\"Copy\" class=\"code-copy-btn\" data-copy-feedback=\"Copied!\" value=\"---\napplyTo: &quot;src\/components\/ui\/**\/*.tsx,src\/components\/shared\/**\/*.tsx&quot;\n---\n\n- Prefer existing shadcn\/ui components; check for an existing component before creating a new one.\n- Style with Tailwind v4 using mobile-first classes; add responsive variants for larger screens.\n- Use Lucide React icons (import from 'lucide-react'); avoid inline SVGs unless necessary.\n- Ensure accessible interactions (keyboard focus, ARIA where applicable) and touch targets &ge;44px.\n- Avoid client components unless interactivity is required; keep pure presentational pieces server-rendered.\n- Co-locate component tests in __tests__ where applicable; use Vitest.\" tabindex=\"0\" role=\"button\"><svg aria-hidden=\"true\" height=\"16\" viewbox=\"0 0 16 16\" version=\"1.1\" width=\"16\" class=\"octicon octicon-copy js-clipboard-copy-icon\"><path d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z\"><\/path><path d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z\"><\/path><\/svg><svg aria-hidden=\"true\" height=\"16\" viewbox=\"0 0 16 16\" version=\"1.1\" width=\"16\" class=\"octicon octicon-check js-clipboard-check-icon\"><path d=\"M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z\"><\/path><\/svg><\/clipboard-copy><\/div>\n\n\n<p><strong>IMPORTANT: <\/strong>When it comes to writing good instruction files, check out some <a href=\"https:\/\/github.com\/github\/awesome-copilot\">community-contributed instructions, prompts, and more<\/a> for examples and inspiration.&nbsp;<\/p>\n\n\n\n<p><strong>TAKEAWAY: <\/strong>Instructions help provide concrete context such as rules, standards, and preferences that GitHub Copilot can follow. Well written instructions noticeably improve the quality and relevance of its suggestions. By helping Copilot to internalize your project and coding standards, you&rsquo;ll see higher-quality output and can finish tasks faster.&nbsp;&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"key-2-get-acquainted-with-copilot-coding-agent\">Key 2: Get acquainted with copilot coding agent<\/h2>\n\n\n\n<p>Treat Copilot coding agent like you would any team member: Everyone has skills and abilities in which they are strong, and those are the skills you want to leverage the most. Check out the post <a href=\"https:\/\/github.blog\/news-insights\/product-news\/github-copilot-meet-the-new-coding-agent\/\">GitHub Copilot: Meet the new coding agent<\/a> for more details on where the coding agent excels.&nbsp;<\/p>\n\n\n\n<p>In order to become better acquainted with Copilot coding agent, <a href=\"https:\/\/docs.github.com\/en\/copilot\/how-tos\/use-copilot-agents\/coding-agent\/assign-copilot-to-an-issue\">assign Copilot to work on an issue<\/a>, <a href=\"https:\/\/docs.github.com\/en\/copilot\/how-tos\/use-copilot-agents\/coding-agent\/create-a-pr\">create a pull request<\/a>, and <a href=\"https:\/\/docs.github.com\/en\/copilot\/how-tos\/use-copilot-agents\/coding-agent\/track-copilot-sessions\">track Copilot&rsquo;s sessions<\/a> in your repository. The more you know about what this teammate can do, the more comfortable you&rsquo;ll get delegating tasks.&nbsp;<\/p>\n\n\n\n<p>Just like the guidelines and rules you establish in the instructions files are important, it&rsquo;s also important to provide specific instructions<strong> <\/strong>when creating issues to assign to Copilot.&nbsp;<\/p>\n\n\n\n<p>When you create a new issue in your repository, before you assign it to Copilot, be sure that the description accomplishes the following:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Gives the right context&nbsp;<\/li>\n\n\n\n<li>Is very intentional in what the issue is aimed to accomplish<\/li>\n\n\n\n<li>Is well-defined<\/li>\n<\/ul>\n\n\n\n<p>After ensuring these criteria are met, then simply assign the issue to Copilot, and it will take it from there.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"2400\" height=\"1770\" loading=\"lazy\" src=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v3.png?resize=2400%2C1770\" alt=\"Assign an issue to Copilot coding agent.\" class=\"wp-image-91339\" srcset=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v3.png?w=2400 2400w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v3.png?w=300 300w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v3.png?w=768 768w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v3.png?w=1024 1024w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v3.png?w=1536 1536w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v3.png?w=2048 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\" height=\"1024\" width=\"836\" src=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v2.png?resize=836%2C1024\" alt=\"Copilot as an assignee on an issue.\" class=\"wp-image-91338\" srcset=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v2.png?w=2400 2400w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v2.png?w=245 245w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v2.png?w=768 768w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v2.png?w=836 836w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v2.png?w=1255 1255w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v2.png?w=1673 1673w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/04-assign-to-copilot_v2.png?w=2000 2000w\" sizes=\"auto, (max-width: 836px) 100vw, 836px\" \/><\/figure>\n\n\n\n<p><strong>TIP: <\/strong>When providing details in areas such as your issue description, keep in mind you don&rsquo;t have to specify anything you&rsquo;ve already provided in your instructions file.&nbsp;<\/p>\n\n\n\n<p>As Copilot works, you have the ability to <a href=\"https:\/\/docs.github.com\/en\/copilot\/how-tos\/use-copilot-agents\/coding-agent\/track-copilot-sessions\">view the session<\/a> and understand how Copilot is approaching an issue. In this example, Copilot diagnosed the problem and notified me by requesting a pull request review in just over six minutes. Seeing how Copilot works helps you better understand ways you might tweak your approach and refine the results.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"2400\" height=\"806\" loading=\"lazy\" src=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/05-6min-fix-pr_v3.png?resize=2400%2C806\" alt=\"Copilot fixed the issue with and had a pull request in six minutes.\" class=\"wp-image-91346\" srcset=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/05-6min-fix-pr_v3.png?w=2400 2400w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/05-6min-fix-pr_v3.png?w=300 300w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/05-6min-fix-pr_v3.png?w=768 768w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/05-6min-fix-pr_v3.png?w=1024 1024w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/05-6min-fix-pr_v3.png?w=1536 1536w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/05-6min-fix-pr_v3.png?w=2048 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<p>As Copilot works, be certain you review the work and chat with Copilot using <code>@copilot<\/code> in the comments to ask for changes. Don&rsquo;t just blindly accept the changes and rubber stamp the pull request. Give this a good review.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"2400\" height=\"588\" loading=\"lazy\" src=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/06-mention-copilot_v2.png?resize=2400%2C588\" alt=\"Use @copilot in a pull request comment to have copilot make changes.\" class=\"wp-image-91341\" srcset=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/06-mention-copilot_v2.png?w=2400 2400w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/06-mention-copilot_v2.png?w=300 300w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/06-mention-copilot_v2.png?w=768 768w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/06-mention-copilot_v2.png?w=1024 1024w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/06-mention-copilot_v2.png?w=1536 1536w, https:\/\/github.blog\/wp-content\/uploads\/2025\/10\/06-mention-copilot_v2.png?w=2048 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<p><strong>TAKEAWAY: <\/strong>Ultimately, whatever you can delegate to GitHub Copilot coding agent frees up your focus for other critical tasks. This doesn&rsquo;t mean you don&rsquo;t review the results. Be very specific and intentional in the instructions you provide in areas such as issues.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"key-3-establish-best-practices-and-automations\">Key 3: Establish best practices and automations<\/h2>\n\n\n\n<p>Another important aspect of the power-up I shared earlier is leveraging IssueOps and automations with <a href=\"https:\/\/github.com\/features\/actions\">GitHub Actions<\/a>. IssueOps turns GitHub Issues into a controlled command interface for automation. These structured commands trigger GitHub Actions workflows that parse arguments, enforce auth\/guardrails, run operational tasks (deploy, provision, migrate, etc.), and write results back to the issue for auditability. For more details on what IssueOps is, see the post <a href=\"https:\/\/github.blog\/engineering\/issueops-automate-ci-cd-and-more-with-github-issues-and-actions\/\">IssueOps: Automate CI\/CD (and more!) with GitHub Issues and Actions<\/a>.&nbsp;<\/p>\n\n\n\n<p>In my scenario, I used an <a href=\"https:\/\/docs.github.com\/en\/communities\/using-templates-to-encourage-useful-issues-and-pull-requests\/configuring-issue-templates-for-your-repository\">issue template<\/a> that I had previously created for bugs. This template helps me provide details and context, and saves me time when I create issues.&nbsp;<\/p>\n\n\n\n<p><strong>EXAMPLE<\/strong>: Issue templates are placed in the <code>.github\/ISSUE_TEMPLATE<\/code> folder in your repository. See <a href=\"https:\/\/docs.github.com\/en\/communities\/using-templates-to-encourage-useful-issues-and-pull-requests\/configuring-issue-templates-for-your-repository\">configuring issue templates for your repository<\/a> for more details.&nbsp;<\/p>\n\n\n<div class=\"wp-block-code-wrapper\">\n<pre class=\"wp-block-code language-plaintext\"><code>name: \"Bug (Copilot Coding Agent-ready)\"\ndescription: \"Report a bug with details so Copilot can propose a fix via PR.\"\ntitle: \"[Bug]: &lt;short summary&gt;\"\nlabels: [\"bug\", \"triage\", \"copilot-coding-agent\"]\nprojects:\n  - \"my-org\/1234\"\nassignees: []\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        Thanks for reporting a bug! This template collects the details Copilot&rsquo;s coding agent needs to propose a fix.\n\n  - type: input\n    id: environment\n    attributes:\n      label: Environment\n      description: OS\/Browser, device, app version\/commit, and environment (local, preview, production).\n      placeholder: \"macOS 14, Chrome 126, iPhone 13; commit abc123 on preview\"\n    validations:\n      required: true\n\n  - type: textarea\n    id: steps\n    attributes:\n      label: Reproduction steps (concise and deterministic)\n      description: Provide a minimal, reliable sequence.\n      placeholder: |\n        1) Go to \/app\/&lt;path&gt;\n        2) Click &lt;button&gt;\n        3) Enter &lt;value&gt;\n        4) Submit\n        Expected: ...\n        Actual: ...\n    validations:\n      required: true\n\n  - type: textarea\n    id: expected_actual\n    attributes:\n      label: Expected vs. actual behavior\n      description: Describe exactly what you expected and what actually happened, including any error text.\n      placeholder: |\n        Expected:\n        - ...\n        Actual:\n        - ...\n    validations:\n      required: true\n\n  - type: textarea\n    id: context_links\n    attributes:\n      label: Related context and references\n      description: Link related issues\/PRs, error monitoring (Sentry, logs), designs, or documentation.\n      placeholder: |\n        - Related issue: #123\n        - PR that introduced regression: #456\n        - Design reference: &lt;Figma link&gt;\n        - Monitoring: &lt;Sentry link&gt;\n    validations:\n      required: false\n\n  - type: textarea\n    id: screenshots\n    attributes:\n      label: Screenshots or screen recordings (links)\n      description: Optional, but very helpful for UI bugs.\n      placeholder: \"https:\/\/user-images.githubusercontent.com\/... or Loom link\"\n    validations:\n      required: false<\/code><\/pre>\n<clipboard-copy aria-label=\"Copy\" class=\"code-copy-btn\" data-copy-feedback=\"Copied!\" value='name: \"Bug (Copilot Coding Agent-ready)\"\ndescription: \"Report a bug with details so Copilot can propose a fix via PR.\"\ntitle: \"[Bug]: &lt;short summary&gt;\"\nlabels: [\"bug\", \"triage\", \"copilot-coding-agent\"]\nprojects:\n  - \"my-org\/1234\"\nassignees: []\nbody:\n  - type: markdown\n    attributes:\n      value: |\n        Thanks for reporting a bug! This template collects the details Copilot&rsquo;s coding agent needs to propose a fix.\n\n  - type: input\n    id: environment\n    attributes:\n      label: Environment\n      description: OS\/Browser, device, app version\/commit, and environment (local, preview, production).\n      placeholder: \"macOS 14, Chrome 126, iPhone 13; commit abc123 on preview\"\n    validations:\n      required: true\n\n  - type: textarea\n    id: steps\n    attributes:\n      label: Reproduction steps (concise and deterministic)\n      description: Provide a minimal, reliable sequence.\n      placeholder: |\n        1) Go to \/app\/&lt;path&gt;\n        2) Click &lt;button&gt;\n        3) Enter &lt;value&gt;\n        4) Submit\n        Expected: ...\n        Actual: ...\n    validations:\n      required: true\n\n  - type: textarea\n    id: expected_actual\n    attributes:\n      label: Expected vs. actual behavior\n      description: Describe exactly what you expected and what actually happened, including any error text.\n      placeholder: |\n        Expected:\n        - ...\n        Actual:\n        - ...\n    validations:\n      required: true\n\n  - type: textarea\n    id: context_links\n    attributes:\n      label: Related context and references\n      description: Link related issues\/PRs, error monitoring (Sentry, logs), designs, or documentation.\n      placeholder: |\n        - Related issue: #123\n        - PR that introduced regression: #456\n        - Design reference: &lt;Figma link&gt;\n        - Monitoring: &lt;Sentry link&gt;\n    validations:\n      required: false\n\n  - type: textarea\n    id: screenshots\n    attributes:\n      label: Screenshots or screen recordings (links)\n      description: Optional, but very helpful for UI bugs.\n      placeholder: \"https:\/\/user-images.githubusercontent.com\/... or Loom link\"\n    validations:\n      required: false' tabindex=\"0\" role=\"button\"><svg aria-hidden=\"true\" height=\"16\" viewbox=\"0 0 16 16\" version=\"1.1\" width=\"16\" class=\"octicon octicon-copy js-clipboard-copy-icon\"><path d=\"M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z\"><\/path><path d=\"M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z\"><\/path><\/svg><svg aria-hidden=\"true\" height=\"16\" viewbox=\"0 0 16 16\" version=\"1.1\" width=\"16\" class=\"octicon octicon-check js-clipboard-check-icon\"><path d=\"M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z\"><\/path><\/svg><\/clipboard-copy><\/div>\n\n\n<p><strong>TAKEAWAY: <\/strong>Leverage an IssueOps type of approach in your practices to help refine your process. This can help provide a solid foundation to start from and accelerate your work, especially when pairing with Copilot.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"embracing-combined-power\">Embracing combined power<\/h1>\n\n\n\n<p>My journey, and the keys we&rsquo;ve discussed, reveal a core truth: when you combine multiple GitHub features, you get more power. Integrating GitHub Copilot coding agent with GitHub Mobile, enhanced by precise instructions and IssueOps automations, has the power to transform how you build and fix. It&rsquo;s not just the tools themselves, but the holistic approach they enable that supercharges your development workflow.<\/p>\n\n\n\n<p>The <a href=\"https:\/\/github.com\/features\">GitHub Platform<\/a> offers endless combinations for your developer adventure. Embrace this combined power, empower your team, and unlock new levels of efficiency and innovation in every project. What power-up will you discover that makes your team unstoppable?&nbsp;<\/p>\n<\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>Unlock the full potential of the GitHub platform. See how Copilot coding agent and GitHub Mobile combine to help you tackle development tasks and urgent fixes, no matter where you are.<\/p>\n","protected":false},"author":2377,"featured_media":91096,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_gh_post_show_toc":"yes","_gh_post_is_no_robots":"","_gh_post_is_featured":"yes","_gh_post_is_excluded":"","_gh_post_is_unlisted":"","_gh_post_related_link_1":"","_gh_post_related_link_2":"","_gh_post_related_link_3":"","_gh_post_sq_img":"","_gh_post_sq_img_id":"","_gh_post_cta_title":"","_gh_post_cta_text":"","_gh_post_cta_link":"","_gh_post_cta_button":"","_gh_post_recirc_hide":"","_gh_post_recirc_col_1":"","_gh_post_recirc_col_2":"","_gh_post_recirc_col_3":"","_gh_post_recirc_col_4":"","_featured_video":"","_gh_post_additional_query_params":"","_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"_wpas_customize_per_network":false,"_links_to":"","_links_to_target":""},"categories":[3298,3302],"tags":[3696,3751,1845,3750],"coauthors":[3748],"class_list":["post-91300","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-developer-skills","category-github","tag-coding-agent","tag-developer-tools","tag-github-mobile","tag-github-platform"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Completing urgent fixes anywhere with GitHub Copilot coding agent and mobile - The GitHub Blog<\/title>\n<meta name=\"description\" content=\"See how Copilot coding agent and GitHub Mobile combine to help you tackle development tasks and urgent fixes, no matter where you are.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Completing urgent fixes anywhere with GitHub Copilot coding agent and mobile\" \/>\n<meta property=\"og:description\" content=\"See how Copilot coding agent and GitHub Mobile combine to help you tackle development tasks and urgent fixes, no matter where you are.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/\" \/>\n<meta property=\"og:site_name\" content=\"The GitHub Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-08T16:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/github.blog\/wp-content\/uploads\/2025\/09\/copilot-embedding-model.png?fit=1920%2C1080\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Scott Lusk\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Scott Lusk\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/\"},\"author\":{\"name\":\"Scott Lusk\",\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/42e1583e5bf07d18d59a8f8b5c4a622d\"},\"headline\":\"Completing urgent fixes anywhere with GitHub Copilot coding agent and mobile\",\"datePublished\":\"2025-10-08T16:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/\"},\"wordCount\":1655,\"image\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/copilot-embedding-model.png?fit=1920%2C1080\",\"keywords\":[\"coding agent\",\"developer tools\",\"GitHub Mobile\",\"GitHub platform\"],\"articleSection\":[\"Developer skills\",\"GitHub\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/\",\"url\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/\",\"name\":\"Completing urgent fixes anywhere with GitHub Copilot coding agent and mobile - The GitHub Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/github.blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/copilot-embedding-model.png?fit=1920%2C1080\",\"datePublished\":\"2025-10-08T16:00:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/42e1583e5bf07d18d59a8f8b5c4a622d\"},\"description\":\"See how Copilot coding agent and GitHub Mobile combine to help you tackle development tasks and urgent fixes, no matter where you are.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/#primaryimage\",\"url\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/copilot-embedding-model.png?fit=1920%2C1080\",\"contentUrl\":\"https:\\\/\\\/github.blog\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/copilot-embedding-model.png?fit=1920%2C1080\",\"width\":1920,\"height\":1080,\"caption\":\"A visual of the Copilot logo against an abstracted background.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/github.blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Developer skills\",\"item\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"GitHub\",\"item\":\"https:\\\/\\\/github.blog\\\/developer-skills\\\/github\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Completing urgent fixes anywhere with GitHub Copilot coding agent and mobile\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/github.blog\\\/#website\",\"url\":\"https:\\\/\\\/github.blog\\\/\",\"name\":\"The GitHub Blog\",\"description\":\"Updates, ideas, and inspiration from GitHub to help developers build and design software.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/github.blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/github.blog\\\/#\\\/schema\\\/person\\\/42e1583e5bf07d18d59a8f8b5c4a622d\",\"name\":\"Scott Lusk\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/61c9e09a903f950d5461e0bc928add516f630800aad008eda457119886338e89?s=96&d=mm&r=gb70de762b7d23d5c3b7c614534a1823f\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/61c9e09a903f950d5461e0bc928add516f630800aad008eda457119886338e89?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/61c9e09a903f950d5461e0bc928add516f630800aad008eda457119886338e89?s=96&d=mm&r=g\",\"caption\":\"Scott Lusk\"},\"description\":\"Senior Service Delivery Engineer in Expert Services at GitHub.\",\"url\":\"https:\\\/\\\/github.blog\\\/author\\\/scottluskcis\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Completing urgent fixes anywhere with GitHub Copilot coding agent and mobile - The GitHub Blog","description":"See how Copilot coding agent and GitHub Mobile combine to help you tackle development tasks and urgent fixes, no matter where you are.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/","og_locale":"en_US","og_type":"article","og_title":"Completing urgent fixes anywhere with GitHub Copilot coding agent and mobile","og_description":"See how Copilot coding agent and GitHub Mobile combine to help you tackle development tasks and urgent fixes, no matter where you are.","og_url":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/","og_site_name":"The GitHub Blog","article_published_time":"2025-10-08T16:00:00+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/09\/copilot-embedding-model.png?fit=1920%2C1080","type":"image\/png"}],"author":"Scott Lusk","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Scott Lusk","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/#article","isPartOf":{"@id":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/"},"author":{"name":"Scott Lusk","@id":"https:\/\/github.blog\/#\/schema\/person\/42e1583e5bf07d18d59a8f8b5c4a622d"},"headline":"Completing urgent fixes anywhere with GitHub Copilot coding agent and mobile","datePublished":"2025-10-08T16:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/"},"wordCount":1655,"image":{"@id":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/#primaryimage"},"thumbnailUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/09\/copilot-embedding-model.png?fit=1920%2C1080","keywords":["coding agent","developer tools","GitHub Mobile","GitHub platform"],"articleSection":["Developer skills","GitHub"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/","url":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/","name":"Completing urgent fixes anywhere with GitHub Copilot coding agent and mobile - The GitHub Blog","isPartOf":{"@id":"https:\/\/github.blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/#primaryimage"},"image":{"@id":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/#primaryimage"},"thumbnailUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/09\/copilot-embedding-model.png?fit=1920%2C1080","datePublished":"2025-10-08T16:00:00+00:00","author":{"@id":"https:\/\/github.blog\/#\/schema\/person\/42e1583e5bf07d18d59a8f8b5c4a622d"},"description":"See how Copilot coding agent and GitHub Mobile combine to help you tackle development tasks and urgent fixes, no matter where you are.","breadcrumb":{"@id":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/#primaryimage","url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/09\/copilot-embedding-model.png?fit=1920%2C1080","contentUrl":"https:\/\/github.blog\/wp-content\/uploads\/2025\/09\/copilot-embedding-model.png?fit=1920%2C1080","width":1920,"height":1080,"caption":"A visual of the Copilot logo against an abstracted background."},{"@type":"BreadcrumbList","@id":"https:\/\/github.blog\/developer-skills\/github\/completing-urgent-fixes-anywhere-with-github-copilot-coding-agent-and-mobile\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/github.blog\/"},{"@type":"ListItem","position":2,"name":"Developer skills","item":"https:\/\/github.blog\/developer-skills\/"},{"@type":"ListItem","position":3,"name":"GitHub","item":"https:\/\/github.blog\/developer-skills\/github\/"},{"@type":"ListItem","position":4,"name":"Completing urgent fixes anywhere with GitHub Copilot coding agent and mobile"}]},{"@type":"WebSite","@id":"https:\/\/github.blog\/#website","url":"https:\/\/github.blog\/","name":"The GitHub Blog","description":"Updates, ideas, and inspiration from GitHub to help developers build and design software.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/github.blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/github.blog\/#\/schema\/person\/42e1583e5bf07d18d59a8f8b5c4a622d","name":"Scott Lusk","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/61c9e09a903f950d5461e0bc928add516f630800aad008eda457119886338e89?s=96&d=mm&r=gb70de762b7d23d5c3b7c614534a1823f","url":"https:\/\/secure.gravatar.com\/avatar\/61c9e09a903f950d5461e0bc928add516f630800aad008eda457119886338e89?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/61c9e09a903f950d5461e0bc928add516f630800aad008eda457119886338e89?s=96&d=mm&r=g","caption":"Scott Lusk"},"description":"Senior Service Delivery Engineer in Expert Services at GitHub.","url":"https:\/\/github.blog\/author\/scottluskcis\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/github.blog\/wp-content\/uploads\/2025\/09\/copilot-embedding-model.png?fit=1920%2C1080","jetpack_shortlink":"https:\/\/wp.me\/pamS32-nKA","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/91300","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/users\/2377"}],"replies":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/comments?post=91300"}],"version-history":[{"count":9,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/91300\/revisions"}],"predecessor-version":[{"id":91349,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/posts\/91300\/revisions\/91349"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/media\/91096"}],"wp:attachment":[{"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/media?parent=91300"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/categories?post=91300"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/tags?post=91300"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/github.blog\/wp-json\/wp\/v2\/coauthors?post=91300"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}