一键导入
write-biweekly-announcement
Generate bi-weekly announcement posts for Blade Design System updates by analyzing changelog entries from the past two weeks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate bi-weekly announcement posts for Blade Design System updates by analyzing changelog entries from the past two weeks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | write-biweekly-announcement |
| description | Generate bi-weekly announcement posts for Blade Design System updates by analyzing changelog entries from the past two weeks |
| disable-model-invocation | true |
Generate bi-weekly announcement posts for Blade Design System updates by analyzing changelog entries from the past two weeks.
git diff command to get the changes we shipped in last 2 week or n weeks.packages/blade/ and packages/blade-mcp/Follow this exact format for the announcement:
:blade: Design System Enhancement Updates [Start Date - End Date]
:sparkles: Highlights
New Components & Features:
[Feature 1]: [Brief description]
[Feature 2]: [Brief description]
[Feature 3]: [Brief description]
for example -
QuickFilter: Introduced the QuickFilter component.
Version Updates -
version - component: description
for example -
12.14.0 - QuickFilter: Add QuickFilters component
:github: Check out Blade Releases for the Full Changelog
[Component]: [description] git diff HEAD@{2.weeks.ago} HEAD -- CHANGELOG.md to get the diff. of changes. make sure you get all the diff from the bottom. and use these diff only to write the annoucement.
make sure you run this command only on changelog.md for blade and blade-mcp projects:blade: Design System Enhancement Updates [8th Aug - 22nd Aug]
:sparkles: Highlights -
:happy-cat: New Components & Features:-
Filled Icons: Introduced 49+ new filled icons.
DatePicker: Improved UX with editable input, built-in formatting, leading preset dropdown, optional action buttons, and a simplified single-field for range selection.
Carousel: Introduced a new side navigation button style side-overlap
:nail_care: Bug Fixes-
DatePicker UI: Fixed arrow to hyphen conversion in range input field.
PhoneNumberInput: Reverted virtualization in mobile to maintain stability.
Bottom Sheet Height Logic: Fixed height calculation logic for more accurate component sizing.
ListView Filter Enhancement: Improved horizontal scroll for filters on desktop with gradient overlay removal.
Promotional Toast Flexibility: Made leading prop optional for better component customization.
:chart_with_upwards_trend: Version Updates -
12.49.0 - Icons: We've added a new 49+ filled icons to give you more design options.
12.48.0 - DatePicker: You can now use formatted input, a preset dropdown, and single-field range selection for more flexible date picking.
12.47.1 - Bottom Sheet: We've updated the height calculation logic of bottom sheet heights to ensure a more consistent and predictable user & developer experience.
12.47.0 - Carousel: A new navigation button position has been added that allows the buttons to overlap with the carousel for a cleaner look.
12.46.2 - ListView: We've improved the desktop experience for ListView by adding horizontal scrolling for filters and removing the distracting gradient overlay for a cleaner, more focused view.
12.46.1 - Need more flexibility with your notifications? The leading prop for promotional toasts is now optional, giving you more control over your designs.
:mcp: Blade MCP Updates -
1.4.1 - Blade MCP: add constraints to component knowledgebase.
:github: Check out Blade Releases for the Full Changelog
git diff HEAD@{2.weeks.ago} HEAD -- CHANGELOG.md to get the diff. of changes. make sure you get all the diff from the bottom. and use these diff only to write the annoucement. use this command only on blade and blade-mcp project
make sure you only include changes that are done in given timelineannouncement.md in main repo. so it would be easy to copy paste for developers.Add React Native support (.native.tsx files) to Blade components that currently only have web implementations. Use when user says "add native support to {Component}", "migrate {Component} to native", or "/migrate-to-rn".
Resolve PR review comments by pushing code fixes or replying with explanations. Use when a PR has review comments that need to be auto-resolved.
Review blade PRs by fetching diff, checking CI status, and getting Storybook URL. Use when reviewing PRs, checking PR status, or getting preview links for razorpay/blade PRs.
Get agentic metrics for the `razorpay/blade` repo.
Perform a task end-to-end when intent is set to 'perform-task-end-to-end' by checking existence of GITHUB__RZP_SWE_AGENT_APP__APP_ID environment variable in the session.
Heal a Blade PR by fixing CI failures, missing changesets, and sanity issues. Use when a PR has failing CI or other sanity problems that need to be auto-fixed.