Skip to content

Enhance Copilot instructions with comprehensive development workflow guidance - #293

Merged
pethers merged 4 commits into
mainfrom
copilot/set-up-copilot-instructions
Nov 1, 2025
Merged

Enhance Copilot instructions with comprehensive development workflow guidance#293
pethers merged 4 commits into
mainfrom
copilot/set-up-copilot-instructions

Conversation

Copilot AI commented Nov 1, 2025

Copy link
Copy Markdown
Contributor

Configures .github/copilot-instructions.md per GitHub best practices for Copilot coding agent to improve autonomous issue resolution.

Changes

  • Development Workflow: Added all npm scripts with usage (dev, build, test, lint, coverage, license checks)
  • Testing Standards: Documented Vitest/Cypress patterns, 80% coverage target, complete test structure with imports
  • Code Organization: File structure conventions, both .test.tsx and .test.ts support
  • Security & Compliance: License requirements (MIT, Apache-2.0, BSD, ISC), security scanning expectations
  • PR Guidelines: Review standards and merge requirements

Example Test Pattern

import { render, screen } from "@testing-library/react";
import { describe, it, expect } from "vitest";

describe("ComponentName", () => {
  it("should render correctly", () => {
    const props = { /* test props */ };
    render(<ComponentName {...props} />);
    expect(screen.getByText("expected text")).toBeInTheDocument();
  });
});

Expanded from 96 to 257 lines with actionable guidance for build, test, and security workflows.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • download.cypress.io
    • Triggering command: node dist/index.js --exec install (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

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.

Copilot AI and others added 3 commits November 1, 2025 16:51
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up Copilot instructions for the repository Enhance Copilot instructions with comprehensive development workflow guidance Nov 1, 2025
Copilot AI requested a review from pethers November 1, 2025 16:55
@pethers
pethers marked this pull request as ready for review November 1, 2025 17:00
@pethers
pethers merged commit 738d96a into main Nov 1, 2025
2 checks passed
@pethers
pethers deleted the copilot/set-up-copilot-instructions branch November 1, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Set up Copilot instructions

2 participants