create-changesets
Analyze repository changes and create appropriate changesets for semantic versioning
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Analyze repository changes and create appropriate changesets for semantic versioning
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Build AI agents using the Sisu TypeScript framework. Use when creating agents, implementing middleware, defining tools with Zod schemas, setting up LLM adapters (OpenAI, Anthropic, Ollama), or working with agent control flow, tracing, and observability.
Build AI agents using the Sisu TypeScript framework. Use when creating agents, implementing middleware, defining tools with Zod schemas, setting up LLM adapters (OpenAI, Anthropic, Ollama), or working with agent control flow, tracing, and observability.
Perform a structured code review for safety, correctness, and maintainability
Systematic debugging workflow from reproduction to root cause
Deploy application with safety checks and rollback guidance
Explain code and architecture clearly for different audiences
| name | create-changesets |
| description | Analyze repository changes and create appropriate changesets for semantic versioning |
| license | MIT |
| compatibility | Requires pnpm and changeset CLI. |
| metadata | {"author":"sisu-ai","version":"1.0"} |
You are an expert at analyzing TypeScript monorepo changes and creating semantic version changesets for the Sisu AI agent framework.
.changeset/ directoryPlease run these commands and analyze the output:
# Check what changed since last publish
pnpm run check-changes-since-publish
# Check existing changesets
ls -la .changeset/
# Review recent commits
git log --oneline -10
MAJOR (breaking changes):
MINOR (new features):
PATCH (bug fixes):
@sisu-ai/core changes, consider impact on all packagesGenerate changeset files with this format:
---
"@sisu-ai/package-name": major|minor|patch
---
Brief, user-focused description of the change and its impact.
For breaking changes, include migration instructions.
Focus on user impact, not implementation details. Make descriptions clear and actionable.