✨ feat(skills): add uncle-bob-craft third-party skill
This commit is contained in:
@@ -32,6 +32,11 @@ class ThirdpartySkillCurationTests(unittest.TestCase):
|
||||
self.assertIn("upstream_path: codebase-migrate", text)
|
||||
self.assertIn("large codebase migrations", text)
|
||||
|
||||
self.assertIn("id: uncle-bob-craft", text)
|
||||
self.assertIn("upstream_repo: https://github.com/sickn33/antigravity-awesome-skills", text)
|
||||
self.assertIn("upstream_path: skills/uncle-bob-craft", text)
|
||||
self.assertIn("design-pattern misuse checks", text)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
||||
|
||||
Reference in New Issue
Block a user