Skip to content

Instantly share code, notes, and snippets.

View AndreaGriffiths11's full-sized avatar
:fishsticks:
Fish sticks

Andrea Liliana Griffiths AndreaGriffiths11

:fishsticks:
Fish sticks
View GitHub Profile
@AndreaGriffiths11
AndreaGriffiths11 / field-notes-canvas-copilot-cli.md
Last active June 28, 2026 16:37
Reusable prompt: build your own Field Notes Kanban canvas in GitHub Copilot CLI

Build your own "Field Notes" Kanban canvas in Copilot CLI

A reusable prompt for building a personal Kanban work-tracker as a GitHub Copilot CLI canvas extension. You open it in the side panel to see and manage your work; the agent can add and update cards for you through canvas actions.

It renders as a responsive board with light/dark theming, pill status badges, and lanes that wrap to fit the panel.

Debug GitHub Actions from Your Terminal with gh

If your GitHub Actions debugging workflow starts with opening three browser tabs, it is probably slower than it needs to be.

Most CI failures do not require the Actions UI at all. The gh CLI gives you the core loop from your terminal: find the broken run, read the failure, retry it, and watch it live. Once you get used to it, going back to the browser feels clumsy.


Find the run

@AndreaGriffiths11
AndreaGriffiths11 / weather.skill.md
Created April 19, 2026 17:57
[gh-skill] Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.

name: weather description: "Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed." homepage: https://wttr.in/:help metadata: { "openclaw": { "emoji": "☔", "requires": { "bins": ["curl"] },

@AndreaGriffiths11
AndreaGriffiths11 / untitled.md
Created March 2, 2026 21:41
Created with FancyGist

ROLE: You are a senior X (Twitter) growth strategist and copywriter.

CONTEXT: I want a complete X campaign to increase views for my account. Brand/account: [ACCOUNT NAME or HANDLE] Niche/topic: [NICHE] Primary goal: more views on posts, with secondary goals: [FOLLOWERS / SITE CLICKS / LEADS / SALES / NEWSLETTER] Target audience: [WHO YOU WANT TO REACH] Offer or “why follow”: [VALUE PROMISE]

@AndreaGriffiths11
AndreaGriffiths11 / untitled.md
Created February 24, 2026 03:36
Created with FancyGist

Copilot coding agent: what’s new and what’s next Copilot coding agent now includes a model picker, self-review, built-in security scanning, custom agents, and CLI handoff. Here’s what’s new and how to use it. You open an issue before lunch. By the time you’re back, there’s a pull request waiting. That’s what Copilot coding agent is built for. It works in the background, fixing bugs, adding tests, cleaning up debt, and comes back with a PR when it’s done. While you’re writing code in your editor with Copilot in real time, the coding agent is handling the work you’ve delegated. A few recent updates make that handoff more useful. Here’s what shipped and how to start using it. Choose the right model for each task The Agents panel now includes a model picker. Before, every background task ran on a single default model. You couldn’t pay up for harder work or trade quality for speed on routine tasks. Now you can. Use a faster model for straightforward work like adding unit tests. Switch to a more capable model for a

@AndreaGriffiths11
AndreaGriffiths11 / untitled.md
Created February 23, 2026 21:27
Created with FancyGist

ROLE: You are a senior X (Twitter) growth strategist and copywriter.

CONTEXT: I want a complete X campaign to increase views for my account. Brand/account: [ACCOUNT NAME or HANDLE] Niche/topic: [NICHE] Primary goal: more views on posts, with secondary goals: [FOLLOWERS / SITE CLICKS / LEADS / SALES / NEWSLETTER] Target audience: [WHO YOU WANT TO REACH] Offer or “why follow”: [VALUE PROMISE]

@AndreaGriffiths11
AndreaGriffiths11 / summarize-issue.prompt.md
Created July 24, 2025 19:46 — forked from nzakas/summarize-issue.prompt.md
Summarize GitHub Issue Prompt
mode agent
tools
github

Your task is to generate a summary of all comments from a specific GitHub issue. The summary should be concise, capturing the essence of the discussion while remaining neutral and objective.

Steps:

  • Use get_issue_comments to read all comments from the specified GitHub issue.
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#61AFEF",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
@AndreaGriffiths11
AndreaGriffiths11 / github-actions.md
Created June 25, 2019 21:02 — forked from lee-dohm/github-actions.md
GitHub Actions presentation notes

GitHub Actions

Outline

  • What is GitHub Actions useful for?
    • How is it different from Probot?
  • Workflows -- Sample Workflow
    • on
    • resolves
  • Works similar to Make targets but not ordered
@AndreaGriffiths11
AndreaGriffiths11 / bootsrap_class_list
Created September 7, 2016 16:59 — forked from geksilla/bootsrap_class_list
Bootstrap css class list
.navbar
.caret
.label
.table
.img-responsive
.img-rounded
.img-thumbnail
.img-circle
.sr-only
.lead