diff --git a/samples/app-verification-skills/README.md b/samples/app-verification-skills/README.md index 63ae201..c3e7a77 100644 --- a/samples/app-verification-skills/README.md +++ b/samples/app-verification-skills/README.md @@ -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.