You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .agents/skills/generate-docs/SKILL.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
---
2
-
name: EF Documentation Generator
3
-
description: This agent creates documentation PRs in the EF documentation site when new features are implemented in EF Core.
4
-
disable-model-invocation: true
2
+
name: Generate EF documentation
3
+
description: Create documentation PRs in the EF documentation site when new features are implemented in EF Core.
5
4
---
6
5
7
6
# Document new EF features
8
7
9
-
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).
8
+
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).
0 commit comments