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: .claude/skills/add-sdk/SKILL.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,4 +46,6 @@ Based on the gathered information, generate code snippets that the user can use
46
46
-[] Verify that the installation commands and configuration settings are correct and will work on a Windows machine.
47
47
-[] Ensure that the example usage provided is relevant and demonstrates the key features of the SDK effectively
48
48
-[] Check that the code snippets are formatted correctly and are easy to read and understand.
49
-
-[] We must have updated project version and changelog (./CHANGELOG.md) to reflect the addition of the new SDK in the project. Do only this if current version is not released yet. If current version is already released, then we will update the version and changelog in the next release when we have more changes to add along with the new SDK addition.
49
+
-[] We must have updated project version and changelog (./CHANGELOG.md) to reflect the addition of the new SDK in the project. Do only this if current version is not released yet. If current version is already released, then we will update the version and changelog in the next release when we have more changes to add along with the new SDK addition.
50
+
-[] Run go mod tidy to ensure that any new dependencies added for the SDK are properly included in the project.
51
+
-[] Run all tests to ensure that the addition of the new SDK does not break any existing functionality in the project.
Copy file name to clipboardExpand all lines: .claude/skills/update-sdk-version/SKILL.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,6 @@ Based on the gathered information, generate code snipppet to add latest SDK vers
40
40
-[] Verify that the installation commands and configuration settings are correct and will work on a Windows machine
41
41
-[] Ensure that the example usage provided is relevant and demonstrates the key features of the new SDK version effectively
42
42
-[] Check that the code snippets are formatted correctly and are easy to read and understand.
43
-
-[] We must have updated project version and changelog (./CHANGELOG.md) to reflect the addition of the new SDK in the project. Do only this if current version is not released yet. If current version is already released, then we will update the version and changelog in the next release when we have more changes to add along with the new SDK addition.
43
+
-[] We must have updated project version and changelog (./CHANGELOG.md) to reflect the addition of the new SDK in the project. Do only this if current version is not released yet. If current version is already released, then we will update the version and changelog in the next release when we have more changes to add along with the new SDK addition.
44
+
-[] Run go mod tidy to ensure that any new dependencies added for the SDK are properly included in the project.
45
+
-[] Run all tests to ensure that the update of the new SDK does not break any existing functionality in the project.
0 commit comments