بنقرة واحدة
release
Cut a new release - bump version, commit, tag, and push to trigger CI publish
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Cut a new release - bump version, commit, tag, and push to trigger CI publish
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Create a pull request with a concise, useful description
Run validation checks - determines whether to use fast (validate) or full (validate:full) based on changed files
Security code review for vulnerabilities. Use when asked to "security review", "find vulnerabilities", "check for security issues", "audit security", "OWASP review", or review code for injection, XSS, authentication, authorization, cryptography issues. Provides systematic review with confidence-based reporting.
Create and manage isolated Docker workspaces on your tailnet with Claude Code and OpenCode pre-installed. Use when working with Perry workspaces, connecting to coding agents, or managing remote development environments.
React and Next.js performance optimization guidelines from Vercel Engineering. Contains 45+ rules across 8 categories.
استنادا إلى تصنيف SOC المهني
| name | release |
| description | Cut a new release - bump version, commit, tag, and push to trigger CI publish |
Cut a new Perry release. CI builds and publishes on v* tags.
Update version in package.json
Commit and push:
git add package.json
git commit -m "release v<x.y.z>"
git push origin main
Tag and push:
git tag v<x.y.z>
git push origin v<x.y.z>
That's it. CI handles validation, build, and publish.