File tree Expand file tree Collapse file tree
docs/copilot/customization Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ The following examples demonstrate different types of skills you can create.
109109<details >
110110<summary >Example: Web application testing skill</summary >
111111
112- ``` markdown
112+ ```` markdown
113113---
114114name: webapp-testing
115115description: Guide for testing web applications using Playwright. Use this when asked to create or run browser-based tests.
@@ -152,14 +152,14 @@ npx playwright test --debug
152152- Keep tests independent and atomic
153153- Use Page Object Model for complex pages
154154- Take screenshots on failure
155- ```
155+ ````
156156
157157</details >
158158
159159<details >
160160<summary >Example: GitHub Actions debugging skill</summary >
161161
162- ``` markdown
162+ ```` markdown
163163---
164164name: github-actions-debugging
165165description: Guide for debugging failing GitHub Actions workflows. Use this when asked to debug failing GitHub Actions workflows.
@@ -183,7 +183,7 @@ This skill helps you debug failing GitHub Actions workflows in pull requests.
183183- ** Version mismatches** : Verify action versions and dependencies are compatible
184184- ** Permission issues** : Ensure the workflow has the necessary permissions
185185- ** Timeout issues** : Consider splitting long-running jobs or increasing timeout values
186- ```
186+ ````
187187
188188</details >
189189
You can’t perform that action at this time.
0 commit comments