Skip to content

Set up Copilot coding agent instructions#33887

Merged
valentinpalkovic merged 2 commits into
nextfrom
copilot/set-up-copilot-instructions
Feb 20, 2026
Merged

Set up Copilot coding agent instructions#33887
valentinpalkovic merged 2 commits into
nextfrom
copilot/set-up-copilot-instructions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 20, 2026

Adds .github/copilot-instructions.md to configure GitHub Copilot coding agent behavior for this repository, following the best practices guide.

What's included

  • Repo structure — monorepo layout, key directories, and what to ignore
  • Build & test commandsyarn task vs NX equivalents, required flags (-c production), and approximate runtimes
  • Commands to avoidyarn task dev / yarn start (run indefinitely)
  • Sandbox environments — location change (../storybook-sandboxes/), available templates, and fallback workflow when sandbox generation fails
  • Development workflows — per-change-type guidance (code, UI, addon/framework)
  • Contributing guidelines — logging conventions (node-logger vs client-logger), test coverage expectations, code quality checks (Prettier + ESLint)

Also fixes the Yarn version in the instructions (4.9.14.10.3) to match the actual packageManager field in package.json.

Original prompt

This section details on the original issue you should resolve

<issue_title>✨ Set up Copilot instructions</issue_title>
<issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.

</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: valentinpalkovic <5889929+valentinpalkovic@users.noreply.github.com>
Copilot AI changed the title [WIP] Configure Copilot instructions for repository Set up Copilot coding agent instructions Feb 20, 2026
@valentinpalkovic valentinpalkovic marked this pull request as ready for review February 20, 2026 13:10
@valentinpalkovic valentinpalkovic merged commit e9cfa91 into next Feb 20, 2026
@valentinpalkovic valentinpalkovic deleted the copilot/set-up-copilot-instructions branch February 20, 2026 13:10
@JReinhold JReinhold added the build Internal-facing build tooling & test updates label Feb 23, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Fails
🚫

PR is not labeled with one of: ["ci:normal","ci:merged","ci:daily","ci:docs"]

🚫 PR title must be in the format of "Area: Summary", With both Area and Summary starting with a capital letter Good examples: - "Docs: Describe Canvas Doc Block" - "Svelte: Support Svelte v4" Bad examples: - "add new api docs" - "fix: Svelte 4 support" - "Vue: improve docs"
🚫 PR description is missing the mandatory "#### Manual testing" section. Please add it so that reviewers know how to manually test your changes.

Generated by 🚫 dangerJS against 5600cda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Internal-facing build tooling & test updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Set up Copilot instructions

3 participants