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/dynamo-dotnet-expert/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: dynamo-dotnet-expert
3
3
description: Write and review C#/.NET code in Dynamo following Dynamo coding standards, modern C# patterns, and repo conventions. Use this skill whenever writing C# code, reviewing a PR diff, designing types, managing PublicAPI surface files, choosing patterns, making performance decisions, or refactoring in the Dynamo codebase. Also use when asking about NUnit testing, async patterns, error handling, immutability, or security in Dynamo.
Copy file name to clipboardExpand all lines: .agents/skills/dynamo-jira-ticket/SKILL.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: dynamo-jira-ticket
3
3
description: Create structured Jira tickets for Dynamo from bug reports, failing tests, or feature requests. Use this skill whenever writing a Jira ticket, triaging a bug, turning a vague issue into an actionable ticket, or writing acceptance criteria. Also use when the user mentions "file a ticket", "write a bug report", or "create a Jira issue" for Dynamo.
4
4
---
5
5
6
-
# Dynamo Jira Ticket Writer
6
+
# Dynamo Jira Ticket
7
7
8
8
## When to use
9
9
@@ -22,7 +22,7 @@ A bug description, error log, failing test output, feature request, or code inve
22
22
23
23
## Output format
24
24
25
-
A complete Jira ticket body ready to paste, following the canonical template in `template.md`.
25
+
A complete Jira ticket body ready to paste, following the canonical template in [template](./assets/template.md).
26
26
27
27
---
28
28
@@ -34,7 +34,7 @@ A complete Jira ticket body ready to paste, following the canonical template in
34
34
- For UI issues: check `src/DynamoCoreWpf/` and the relevant view extension.
35
35
- For PublicAPI errors: check `PublicAPI.Unshipped.txt` / `PublicAPI.Shipped.txt` in the affected project.
36
36
- For test failures: read the NUnit test output and the relevant test file.
37
-
2.**Write the ticket** using `template.md` in this folder.
37
+
2.**Write the ticket** using `./assets/template.md` in this folder.
38
38
3.**Review** -- ensure every section has concrete, verifiable content. No vague language.
39
39
40
40
## Writing Rules
@@ -47,7 +47,7 @@ A complete Jira ticket body ready to paste, following the canonical template in
47
47
48
48
## Ticket Template
49
49
50
-
Use the canonical template at `template.md` in this folder.
50
+
Use the canonical template at `./assets/template.md` in this folder.
Copy file name to clipboardExpand all lines: .agents/skills/dynamo-pr-description/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: dynamo-pr-description
3
3
description: Generate PR descriptions for Dynamo that align with the team template section names and order. Use this skill whenever writing a pull request description, cleaning up a PR body, or generating a review-ready summary from a diff in the Dynamo repo. Also use when the user says "write a PR", "PR description", or "prep this for review."
4
4
---
5
5
6
-
# Dynamo PR Description Writer
6
+
# Dynamo PR Description
7
7
8
8
## When to use
9
9
@@ -14,7 +14,7 @@ description: Generate PR descriptions for Dynamo that align with the team templa
14
14
## When not to use
15
15
16
16
- PRs targeting the DynamoMCP repo -- that repo has its own PR description skill.
17
-
- Jira ticket triage -- use [template](../dynamo-jira-ticket/template.md) instead.
17
+
- Jira ticket triage -- use [template](../dynamo-jira-ticket/assets/template.md) instead.
Follow NUnit conventions and Dynamo patterns. See [quality-checklist.md](quality-checklist.md) for guidelines and anti-patterns and Dynamo coding standards for general coding practices.
0 commit comments