{"id":15906320,"url":"https://github.com/softchris/copilot-workshop","last_synced_at":"2025-10-06T20:12:58.495Z","repository":{"id":231121304,"uuid":"779385020","full_name":"softchris/copilot-workshop","owner":"softchris","description":"workshop with copilot","archived":false,"fork":false,"pushed_at":"2024-04-02T22:20:55.000Z","size":14577,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T14:43:41.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softchris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-29T18:01:10.000Z","updated_at":"2024-04-02T22:39:05.000Z","dependencies_parsed_at":"2024-10-06T13:23:47.380Z","dependency_job_id":"74bc56b5-20a1-4a5e-a3cf-e997e3e934d1","html_url":"https://github.com/softchris/copilot-workshop","commit_stats":null,"previous_names":["softchris/copilot-workshop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/softchris/copilot-workshop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softchris%2Fcopilot-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softchris%2Fcopilot-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softchris%2Fcopilot-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softchris%2Fcopilot-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softchris","download_url":"https://codeload.github.com/softchris/copilot-workshop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softchris%2Fcopilot-workshop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278671792,"owners_count":26025756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-06T13:22:28.621Z","updated_at":"2025-10-06T20:12:58.468Z","avatar_url":"https://github.com/softchris.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Copilot Master class Workshop\n \nThis is a workshop to help you get started with GitHub Copilot. The idea is to teach you how to use Copilot effectively in your day-to-day coding tasks. To show you how to use Copilot, this workshop have different sections and each section will have a set of exercises.\n\n## Recommended prerequisites\n\n- Basic understanding of programming in the language of your choice.\n- Visual Studio Code installed.\n- A GitHub account. \n\n## Prompts\n\nPrompts are the way you interact with Copilot. A prompt in this workshop is shown in the following way, clearly highlighted:\n\n\u003e PROMPT: \"build a space game that contains a ship you control, should be a green rectangle, and 3 enemy fighters placed at the top of the screen. The screen is 800x600 pixels and uses a canvas element\"\n\nThe idea is you type the prompt in your in the Copilot Chat input and Copilot will generate code for you.\n\n## Narrative - Building a Space Invaders game\n\nTo ensure you have a great time learning, this workshop has a narrative namely to build a Space Invaders game. This narrative will help you understand how to use Copilot in more real looking scenario.\n\n![Space game](./06%20cli/copilot-cli-gif.gif)\n\n## Sections\n\n| Section | Description | Link |\n| --- | --- | --- |\n| Setup and installation | In this section, we will cover installations and setup of Copilot. | [Go to section](./01%20Setup%20and%20installation/README.md) |\n| Modalities | In this section, we will cover different modalities and hot work with suggestions and how to accept/reject them. | [Go to section](./02%20Modalities/README.md) |\n| How to think | Here we will describe how to think about the problem how to work with prompting and iterate on your solution. | [Go to section](./03%20How%20to%20think/README.md) |\n| Green field | In this section, we will describe how to start a new project and how your initial prompt can help you. | [Go to section](./04%20Green%20field/README.md) |\n| Brown field | In this section, we will describe how to work with existing codebase and how Copilot can help you improve it. | [Go to section](./05%20Brown%20field/README.md) |\n| CLI | In this section, we will describe how you can use Copilot from the command line and especially in the context of managing your projects. | [Go to section](./06%20CLI/README.md) |\n## Supported programming languages\n\nThis workshop is designed to work with `JavaScript` by default. Support is currently being added for the following languages:\n\n- Java\n- Python\n- .NET/C#\n\nTo find a specific language, check for sub folders for each section being called either `javascript`, `java`, `python`, or `dotnet`.\n\n## Assets\n\nTo build a space game, you will need some assets. Each section has its own `assets` folder.\n\nIf you want to improve the game, you can use the `assets` folder found in the [04 Green field assets](./04-green-field/assets/) section, as it contains a large variety of graphics and these exercises only implements a subset.\n\n## Train the trainer\n\nTo conduct this workshop, you're encouraged to:\n\n- Deliver the [deck](./Copilot%20workshop,%201h.pptx). When you encounter demo sections, go to the corresponding section in this repo and type in the prompts in order in your Copilot Chat.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftchris%2Fcopilot-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftchris%2Fcopilot-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftchris%2Fcopilot-workshop/lists"}