From 8efbdef6e0f418c5a22ffe20f90ac6d96eacef18 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Tue, 14 Apr 2026 23:03:18 +0200 Subject: [PATCH] Convert the docs generation custom agent to a skill --- .../skills/generate-docs/SKILL.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename .github/agents/docs-generator.agent.md => .agents/skills/generate-docs/SKILL.md (87%) diff --git a/.github/agents/docs-generator.agent.md b/.agents/skills/generate-docs/SKILL.md similarity index 87% rename from .github/agents/docs-generator.agent.md rename to .agents/skills/generate-docs/SKILL.md index e1170eba9d..edfce319de 100644 --- a/.github/agents/docs-generator.agent.md +++ b/.agents/skills/generate-docs/SKILL.md @@ -1,12 +1,11 @@ --- -name: EF Documentation Generator -description: This agent creates documentation PRs in the EF documentation site when new features are implemented in EF Core. -disable-model-invocation: true +name: Generate EF documentation +description: Create documentation PRs in the EF documentation site when new features are implemented in EF Core. --- # Document new EF features -Given an EF issue by the user, this custom agent generates documentation for features introduced in that issue and submits a PR to the EF docs repo (dotnet/EntityFramework.Docs). +Given an EF issue and/or PR, this skill generates documentation for features introduced in that issue/PR and submits a PR to the EF docs repo (dotnet/EntityFramework.Docs). ## Target branch