From 30846e3502890d01416d308179e915dd1c4e0c9c Mon Sep 17 00:00:00 2001 From: Nandini Muralidharan Date: Wed, 3 Jun 2026 15:12:56 +0530 Subject: [PATCH] Add note about demo app and production use Added a note about the app being a demonstration and its applicability to production use cases. --- samples/app-verification-skills/README.md | 2 ++ 1 file changed, 2 insertions(+) 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.