Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions samples/app-verification-skills/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ This sample showcases the **`verify`** Copilot CLI skill — an end-to-end app v

Everything lives under [`sample-app/`](./sample-app/) — a runnable invoice-processing demo with the skill pre-wired at [`.github/skills/verify/`](./sample-app/.github/skills/verify/). Copilot CLI auto-detects it the moment you `cd` in.

Note: This is a simple vibe coded app for demonstration only, however the same skills can be extended to your production use cases/ existing applications.

👉 See [`sample-app/README.md`](./sample-app/README.md) to run the demo or lift the skill into your own repo.