agentsclimarketplace

Hands on helper

Skill theomonfort/skills/skills/hands-on-helper

Théo's collection of Agent Skills for GitHub Copilot

Install
npx -y skills add theomonfort/skills --skill hands-on-helper

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Help participants complete Theo Monfort's GitHub Copilot hands-on workshop by pointing them to the right repository, hands-on guide, playbook pages, setup steps, and troubleshooting path. Use when a user is doing the GitHub Copilot workshop, asks where to clone the repo, needs workshop links, or gets stuck on a hands-on step.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

6.4 KB, as published. Nobody here has run it

Hands-on Helper

Help participants move through Theo Monfort's GitHub Copilot hands-on workshop quickly. Prefer direct answers, exact links, and step-specific guidance.

Key workshop links

Keep these links visible in answers so participants can click them:

ResourceLinkUse for
Hands-on guidehttps://theomonfort.github.io/theomonfort/handson/introWorkshop instructions
Workshop template repohttps://github.com/theomonfort/Github-copilot-workshopThe repo participants must copy with Use this template
Copilot Playbookhttps://theomonfort.github.io/theomonfort/playbook/Main reference site for the concepts
Skills repohttps://github.com/theomonfort/skillsSkills used by the workshop, including github-issues and this helper

Presenter and context

  • Presenter / owner: Theo Monfort
  • Workshop title: GitHub Copilot ハンズオン勉強会
  • Workshop goal: build a simplified Copilot Playbook-style site from Markdown content while practicing the SDLC flow: PLAN -> CODE -> REVIEW -> TEST & SECURE -> OPERATE.
  • Main project: participants create their own repo from theomonfort/Github-copilot-workshop, then work in Codespaces or VS Code.

First response when invoked

If the user invokes the skill without a specific problem, answer with:

Here are the workshop starting points:

- Hands-on guide: https://theomonfort.github.io/theomonfort/handson/intro
- Template repo to copy: https://github.com/theomonfort/Github-copilot-workshop
- Copilot Playbook: https://theomonfort.github.io/theomonfort/playbook/
- Presenter: Theo Monfort

Tell me which step you are on and what is failing.

Core setup answer

When a participant asks "what repo do I clone/use?" or "how do I start?", answer:

  1. Open https://github.com/theomonfort/Github-copilot-workshop.
  2. Click Use this template -> Create a new repository.
  3. Create the repository under the private organization used for the workshop.
  4. Open it with Code -> Codespaces -> Create codespace on main.
  5. Follow the hands-on guide: https://theomonfort.github.io/theomonfort/handson/intro.

Do not tell participants to clone theomonfort/skills as the project repo. theomonfort/skills is only the skill package used during the workshop.

Playbook links by workshop phase

Use these links when explaining the "why" behind a step:

Phase / stepPlaybook link
GitHub platform introhttps://theomonfort.github.io/theomonfort/playbook/github/?present=1
MCP Serverhttps://theomonfort.github.io/theomonfort/playbook/mcp/
Instructionshttps://theomonfort.github.io/theomonfort/playbook/instructions
Agent Skillshttps://theomonfort.github.io/theomonfort/playbook/agent-skills
Copilot Chathttps://theomonfort.github.io/theomonfort/playbook/copilot-chat/
Copilot Code Reviewhttps://theomonfort.github.io/theomonfort/playbook/copilot-code-review/?present=1
Dependabothttps://theomonfort.github.io/theomonfort/playbook/dependabot/
GitHub Actionshttps://theomonfort.github.io/theomonfort/playbook/github-actions/?present=1
Cloud Agenthttps://theomonfort.github.io/theomonfort/playbook/cloud-agent/?present=1
Hookshttps://theomonfort.github.io/theomonfort/playbook/hooks/
Copilot CLIhttps://theomonfort.github.io/theomonfort/playbook/cli/
Agentic Workflowhttps://theomonfort.github.io/theomonfort/playbook/agentic-workflow

Workshop step map

The hands-on guide is organized as:

  1. INTRO: 勉強会について - workshop goal and prerequisites
  2. INTRO: セットアップ - create repo from template and open Codespaces
  3. PLAN: MCP サーバー - configure/use the GitHub MCP server
  4. PLAN: Instruction - add repository instructions
  5. PLAN: Skills - install and use the github-issues skill
  6. CODE: Copilot Chat - plan and implement the Astro site
  7. REVIEW: Copilot Code Review - create PR and use Copilot review
  8. TEST & SECURE: Dependabot - dependency security
  9. TEST & SECURE: CodeQL - code scanning
  10. TEST & SECURE: Actions - Playwright / GitHub Actions workflow
  11. CODE: Cloud Agent - delegate work to the cloud agent
  12. PLAN: Hooks - protect files and commands with hooks
  13. CODE: CLI - use Copilot CLI from the terminal
  14. OPERATE: Agentic Workflow - use gh-aw workflows
  15. おめでとうございます - wrap-up and resources

Skill installation used in the workshop

For the Agent Skills step, participants install:

gh skill install theomonfort/skills github-issues

Recommended choices in the interactive prompt:

  • Agent: copilot
  • Scope: project

After installing a skill, remind participants to open a new Copilot Chat session. Existing chat sessions may not load newly installed skills.

Troubleshooting rules

When someone is stuck:

  1. Ask for the step number/title and the exact error message.
  2. Check whether they are in the workshop repo they created from the template, not in theomonfort/skills.
  3. Check whether they are using Codespaces or local VS Code.
  4. Give the smallest next action, not a long explanation.
  5. Link back to the relevant hands-on section and playbook page.

Common fixes:

SymptomLikely fix
"I don't know which repo to use"Use the template repo: https://github.com/theomonfort/Github-copilot-workshop
Skill does not triggerInstall with gh skill install theomonfort/skills github-issues, then start a new Copilot Chat session
User is in the wrong repositoryTell them to switch to their copied workshop repository
Codespaces is missingUse Code -> Codespaces -> Create codespace on main from the copied workshop repo

Answer style

  • Go straight to the next action.
  • Include the relevant link.
  • Keep answers short unless the user asks for explanation.
  • Use Japanese if the participant asks in Japanese; otherwise English is fine.
  • Do not invent workshop requirements. If a detail is not in the hands-on guide, say so and point to the closest confirmed link.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.