Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading