Skip to content

Format and Structure nextjs.instructions.md #877

Merged
aaronpowell merged 1 commit intogithub:stagedfrom
travish:docs/nextjs-instructions-md
Mar 5, 2026
Merged

Format and Structure nextjs.instructions.md #877
aaronpowell merged 1 commit intogithub:stagedfrom
travish:docs/nextjs-instructions-md

Conversation

@travish
Copy link
Contributor

@travish travish commented Mar 4, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

  • instructions\nextjs.instructions.md:3: quote consistency
  • instructions\nextjs.instructions.md:29: remove newline
  • instructions\nextjs.instructions.md:32: numbering
  • instructions\nextjs.instructions.md:34: heading level
  • instructions\nextjs.instructions.md:70: heading level
  • instructions\nextjs.instructions.md:78: numbering
  • instructions\nextjs.instructions.md:105: numbering
  • instructions\nextjs.instructions.md:113: numbering
  • instructions\nextjs.instructions.md:128: numbering
  • instructions\nextjs.instructions.md:152: numbering
  • instructions\nextjs.instructions.md:166: numbering
  • instructions\nextjs.instructions.md:171: numbering
  • instructions\nextjs.instructions.md:175: numbering
  • instructions\nextjs.instructions.md:177: typo
  • instructions\nextjs.instructions.md:180: typo

Type of Contribution

  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.

Additional Notes

N/A


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings March 4, 2026 19:33
@travish travish requested a review from aaronpowell as a code owner March 4, 2026 19:33
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates repository guidance and plugin manifests, including a structured refresh of the Next.js instructions and a large set of new plugin agents/skills. Several plugin plugin.json files are also normalized to reference directories and to remove trailing slashes in paths.

Changes:

  • Reformats instructions/nextjs.instructions.md (front matter quoting, numbering, heading levels, typos).
  • Adds many new plugin agent and skill markdown files across multiple plugin packs.
  • Normalizes plugin manifests (plugin.json) to use directory paths (e.g., "./agents") and removes trailing slashes from skill paths.

Reviewed changes

Copilot reviewed 141 out of 241 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
plugins/partners/agents/pagerduty-incident-responder.md Adds a PagerDuty incident responder agent definition.
plugins/partners/agents/octopus-deploy-release-notes-mcp.md Adds an Octopus Deploy release-notes agent definition (MCP).
plugins/partners/agents/neon-optimization-analyzer.md Adds a Neon query optimization agent definition.
plugins/partners/agents/neon-migration-specialist.md Adds a Neon migration agent definition.
plugins/partners/agents/mongodb-performance-advisor.md Adds a MongoDB performance advisor agent definition.
plugins/partners/agents/lingodotdev-i18n.md Adds a Lingo.dev i18n agent definition.
plugins/partners/agents/jfrog-sec.md Adds a JFrog security remediation agent definition.
plugins/partners/agents/elasticsearch-observability.md Adds an Elastic observability/security/search agent definition.
plugins/partners/agents/diffblue-cover.md Adds a Diffblue Cover unit-test agent definition.
plugins/partners/agents/arm-migration.md Adds an Arm migration agent definition (via local MCP container).
plugins/partners/agents/amplitude-experiment-implementation.md Adds an Amplitude experiment implementation agent definition.
plugins/partners/.github/plugin/plugin.json Simplifies agents list to reference the agents directory.
plugins/ospo-sponsorship/.github/plugin/plugin.json Normalizes skills path (removes trailing slash).
plugins/openapi-to-application-python-fastapi/skills/openapi-to-application-code/SKILL.md Adds OpenAPI-to-app generation skill (FastAPI).
plugins/openapi-to-application-python-fastapi/agents/openapi-to-application.md Adds OpenAPI-to-app generator agent (FastAPI).
plugins/openapi-to-application-python-fastapi/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills path.
plugins/openapi-to-application-nodejs-nestjs/skills/openapi-to-application-code/SKILL.md Adds OpenAPI-to-app generation skill (NestJS).
plugins/openapi-to-application-nodejs-nestjs/agents/openapi-to-application.md Adds OpenAPI-to-app generator agent (NestJS).
plugins/openapi-to-application-nodejs-nestjs/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills path.
plugins/openapi-to-application-java-spring-boot/skills/openapi-to-application-code/SKILL.md Adds OpenAPI-to-app generation skill (Spring Boot).
plugins/openapi-to-application-java-spring-boot/agents/openapi-to-application.md Adds OpenAPI-to-app generator agent (Spring Boot).
plugins/openapi-to-application-java-spring-boot/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills path.
plugins/openapi-to-application-go/skills/openapi-to-application-code/SKILL.md Adds OpenAPI-to-app generation skill (Go).
plugins/openapi-to-application-go/agents/openapi-to-application.md Adds OpenAPI-to-app generator agent (Go).
plugins/openapi-to-application-go/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills path.
plugins/openapi-to-application-csharp-dotnet/skills/openapi-to-application-code/SKILL.md Adds OpenAPI-to-app generation skill (C#/.NET).
plugins/openapi-to-application-csharp-dotnet/agents/openapi-to-application.md Adds OpenAPI-to-app generator agent (C#/.NET).
plugins/openapi-to-application-csharp-dotnet/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills path.
plugins/noob-mode/.github/plugin/plugin.json Normalizes skills path (removes trailing slash).
plugins/mcp-m365-copilot/agents/mcp-m365-agent-expert.md Adds an M365 Copilot MCP agent definition.
plugins/mcp-m365-copilot/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills paths.
plugins/kotlin-mcp-development/agents/kotlin-mcp-expert.md Adds a Kotlin MCP server development agent definition.
plugins/kotlin-mcp-development/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills path.
plugins/java-mcp-development/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills path.
plugins/java-development/skills/java-springboot/SKILL.md Adds a Spring Boot best-practices skill.
plugins/java-development/skills/java-junit/SKILL.md Adds a JUnit best-practices skill.
plugins/java-development/skills/java-docs/SKILL.md Adds a Java Javadoc best-practices skill.
plugins/java-development/skills/create-spring-boot-java-project/SKILL.md Adds a Spring Boot project scaffolding skill.
plugins/java-development/.github/plugin/plugin.json Normalizes skills paths (removes trailing slashes).
plugins/go-mcp-development/agents/go-mcp-expert.md Adds a Go MCP server development agent definition.
plugins/go-mcp-development/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills path.
plugins/gem-team/agents/gem-reviewer.md Adds GEM security reviewer agent definition.
plugins/gem-team/agents/gem-orchestrator.md Adds GEM orchestrator agent definition.
plugins/gem-team/agents/gem-implementer.md Adds GEM implementer agent definition.
plugins/gem-team/agents/gem-documentation-writer.md Adds GEM documentation writer agent definition.
plugins/gem-team/agents/gem-devops.md Adds GEM DevOps agent definition.
plugins/gem-team/agents/gem-browser-tester.md Adds GEM browser tester agent definition.
plugins/gem-team/.github/plugin/plugin.json Simplifies agents list to reference the agents directory.
plugins/frontend-web-dev/skills/playwright-generate-test/SKILL.md Adds a Playwright test generation skill.
plugins/frontend-web-dev/skills/playwright-explore-website/SKILL.md Adds a Playwright website exploration skill.
plugins/frontend-web-dev/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills paths.
plugins/edge-ai-tasks/.github/plugin/plugin.json Switches to directory-based agent path.
plugins/devops-oncall/skills/multi-stage-dockerfile/SKILL.md Adds a multi-stage Dockerfile best-practices skill.
plugins/devops-oncall/agents/azure-principal-architect.md Adds an Azure principal architect agent definition.
plugins/devops-oncall/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills paths.
plugins/dataverse/.github/plugin/plugin.json Normalizes skills path (removes trailing slash).
plugins/dataverse-sdk-for-python/skills/dataverse-python-usecase-builder/SKILL.md Adds a Dataverse Python use-case builder skill.
plugins/dataverse-sdk-for-python/skills/dataverse-python-quickstart/SKILL.md Adds a Dataverse Python quickstart skill.
plugins/dataverse-sdk-for-python/skills/dataverse-python-production-code/SKILL.md Adds a Dataverse Python production-code skill.
plugins/dataverse-sdk-for-python/skills/dataverse-python-advanced-patterns/SKILL.md Adds a Dataverse Python advanced-patterns skill.
plugins/dataverse-sdk-for-python/.github/plugin/plugin.json Normalizes skills paths (removes trailing slashes).
plugins/database-data-management/skills/postgresql-code-review/SKILL.md Adds PostgreSQL code review skill.
plugins/database-data-management/agents/postgresql-dba.md Adds PostgreSQL DBA agent definition.
plugins/database-data-management/agents/ms-sql-dba.md Adds MS SQL DBA agent definition.
plugins/database-data-management/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills paths.
plugins/csharp-mcp-development/skills/csharp-mcp-server-generator/SKILL.md Adds a C# MCP server generator skill.
plugins/csharp-mcp-development/agents/csharp-mcp-expert.md Adds a C# MCP server expert agent definition.
plugins/csharp-mcp-development/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills path.
plugins/csharp-dotnet-development/skills/dotnet-upgrade/SKILL.md Adds .NET upgrade guidance skill.
plugins/csharp-dotnet-development/skills/dotnet-best-practices/SKILL.md Adds .NET best practices skill.
plugins/csharp-dotnet-development/skills/csharp-xunit/SKILL.md Adds xUnit testing best practices skill.
plugins/csharp-dotnet-development/skills/csharp-tunit/SKILL.md Adds TUnit testing best practices skill.
plugins/csharp-dotnet-development/skills/csharp-nunit/SKILL.md Adds NUnit testing best practices skill.
plugins/csharp-dotnet-development/skills/csharp-async/SKILL.md Adds C# async best practices skill.
plugins/csharp-dotnet-development/skills/aspnet-minimal-api-openapi/SKILL.md Adds ASP.NET Minimal API + OpenAPI skill.
plugins/csharp-dotnet-development/agents/expert-dotnet-software-engineer.md Adds expert .NET engineering guidance agent definition.
plugins/csharp-dotnet-development/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills paths.
plugins/copilot-sdk/.github/plugin/plugin.json Normalizes skills path (removes trailing slash).
plugins/context-engineering/skills/what-context-needed/SKILL.md Adds context discovery skill.
plugins/context-engineering/skills/refactor-plan/SKILL.md Adds refactor planning skill.
plugins/context-engineering/skills/context-map/SKILL.md Adds context mapping skill.
plugins/context-engineering/agents/context-architect.md Adds a context architect agent definition.
plugins/context-engineering/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills paths.
plugins/clojure-interactive-programming/skills/remember-interactive-programming/SKILL.md Adds interactive programming reminder skill.
plugins/clojure-interactive-programming/agents/clojure-interactive-programming.md Adds Clojure REPL-first agent definition.
plugins/clojure-interactive-programming/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills path.
plugins/cast-imaging/agents/cast-imaging-structural-quality-advisor.md Adds CAST Imaging structural quality advisor agent definition.
plugins/cast-imaging/agents/cast-imaging-software-discovery.md Adds CAST Imaging discovery agent definition.
plugins/cast-imaging/agents/cast-imaging-impact-analysis.md Adds CAST Imaging impact analysis agent definition.
plugins/cast-imaging/.github/plugin/plugin.json Simplifies agents list to reference the agents directory.
plugins/azure-cloud-development/agents/terraform-azure-planning.md Adds Azure Terraform planning agent definition.
plugins/azure-cloud-development/agents/terraform-azure-implement.md Adds Azure Terraform implementation agent definition.
plugins/azure-cloud-development/agents/azure-verified-modules-terraform.md Adds AVM Terraform guidance agent definition.
plugins/azure-cloud-development/agents/azure-verified-modules-bicep.md Adds AVM Bicep guidance agent definition.
plugins/azure-cloud-development/agents/azure-saas-architect.md Adds Azure SaaS architect agent definition.
plugins/azure-cloud-development/agents/azure-principal-architect.md Adds Azure principal architect agent definition.
plugins/azure-cloud-development/agents/azure-logic-apps-expert.md Adds Azure Logic Apps expert agent definition.
plugins/azure-cloud-development/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills paths.
plugins/awesome-copilot/skills/suggest-awesome-github-copilot-skills/SKILL.md Adds skill to suggest and manage skills from awesome-copilot.
plugins/awesome-copilot/skills/suggest-awesome-github-copilot-prompts/SKILL.md Adds skill to suggest and manage prompts from awesome-copilot.
plugins/awesome-copilot/skills/suggest-awesome-github-copilot-instructions/SKILL.md Adds skill to suggest and manage instructions from awesome-copilot.
plugins/awesome-copilot/skills/suggest-awesome-github-copilot-agents/SKILL.md Adds skill to suggest and manage agents from awesome-copilot.
plugins/awesome-copilot/agents/meta-agentic-project-scaffold.md Adds meta scaffold agent definition.
plugins/awesome-copilot/.github/plugin/plugin.json Switches to directory-based agent path; normalizes skills paths.
instructions/nextjs.instructions.md Formatting, structure, numbering, and typo fixes for Next.js instructions.

You can also share your feedback on Copilot code review. Take the survey.

@travish
Copy link
Contributor Author

travish commented Mar 4, 2026

This should be fine after dafb59a6 gets into github:staged.

Let me know if further modifications are necessary.

@aaronpowell
Copy link
Contributor

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

@travish travish force-pushed the docs/nextjs-instructions-md branch from 064ccb2 to 9b8c2bf Compare March 4, 2026 23:32
@travish
Copy link
Contributor Author

travish commented Mar 4, 2026

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

Perfect 👌. Done deal. Thanks!

@aaronpowell aaronpowell enabled auto-merge (squash) March 5, 2026 04:44
@aaronpowell aaronpowell merged commit abcca71 into github:staged Mar 5, 2026
3 checks passed
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.

3 participants