push-mr — design-system push-mr, synerise-design, community, design-system, ide skills, synerise, Claude Code, Cursor, Windsurf

v1.0.0

关于此技能

A UI Design Language and React UI library powered by Synerise team https://www.synerise.com/design-system

# 核心主题

Synerise Synerise
[95]
[17]
更新于: 4/20/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 1/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Review Score
1/11
Quality Score
44
Canonical Locale
en
Detected Body Locale
en

A UI Design Language and React UI library powered by Synerise team https://www.synerise.com/design-system

核心价值

A UI Design Language and React UI library powered by Synerise team https://www.synerise.com/design-system

适用 Agent 类型

Suitable for operator workflows that need explicit guardrails before installation and execution.

赋予的主要能力 · push-mr

! 使用限制与门槛

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The page lacks a strong recommendation layer.
  • - The page lacks concrete use-case guidance.
  • - The page lacks explicit limitations or caution signals.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

push-mr 是什么?

A UI Design Language and React UI library powered by Synerise team https://www.synerise.com/design-system

如何安装 push-mr?

运行命令:npx killer-skills add Synerise/synerise-design。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

push-mr 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add Synerise/synerise-design。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    push-mr 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

push-mr

A UI Design Language and React UI library powered by Synerise team https://www.synerise.com/design-system

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Prerequisites

  • The GitLab API token and project details are stored in the user's memory at ~/.claude/projects/-Users-biedronne-Documents-Work-DS2-synerise-design/memory/gitlab-credentials.md
  • GitLab URL: https://gitlab.synerise.com
  • Project ID: 1171
  • API Token: Read from the credentials file above (use PRIVATE-TOKEN header)

Workflow

Step 1 — Push to origin

Push the current branch to origin:

bash
1git push -u origin HEAD

If the push fails (e.g., rejected), inform the user and stop.

Step 2 — Check for existing MR

Check if an MR already exists for the current branch:

bash
1BRANCH=$(git branch --show-current)
GET https://gitlab.synerise.com/api/v4/projects/1171/merge_requests?source_branch={BRANCH}&state=opened

If an MR already exists, skip to Step 4 (pipeline monitoring). Print the existing MR URL for the user.

Step 3 — Create the MR

If no MR exists, ask the user for a Jira task reference (e.g., STOR-1884). Use the AskUserQuestion tool — suggest a task reference extracted from the branch name if one is present.

Then analyze the changes on the branch to generate a summary of main changes. Use:

bash
1git log origin/master..HEAD --oneline 2git diff origin/master..HEAD --stat

Create the MR via the GitLab API:

POST https://gitlab.synerise.com/api/v4/projects/1171/merge_requests

Body:

  • source_branch: current branch name
  • target_branch: master
  • title: Use the conventional commit format from the latest commit message (or branch name)
  • description: Use this template, filling in the changes and task reference:
Changes:
- <list main changes based on commits and diff>

Resolves task:
- <TASK_REFERENCE>
  • squash: true
  • remove_source_branch: true

Print the created MR URL for the user.

Step 4 — Monitor the pipeline

After push (whether MR was created or already existed), find the pipeline for the latest commit on the branch:

GET https://gitlab.synerise.com/api/v4/projects/1171/pipelines?ref={BRANCH}&order_by=id&sort=desc&per_page=1

Then poll the pipeline status every 60 seconds:

GET https://gitlab.synerise.com/api/v4/projects/1171/pipelines/{pipeline_id}

Use the Bash tool with run_in_background and a monitoring script that:

  1. Checks pipeline status every 60 seconds
  2. Stops when status is success, failed, canceled, or skipped
  3. Outputs the final status

While waiting, inform the user that monitoring is in progress and they'll be notified when done.

When the pipeline finishes, fetch the jobs to give a summary:

GET https://gitlab.synerise.com/api/v4/projects/1171/pipelines/{pipeline_id}/jobs

Notify the user with:

  • Pipeline status (success/failed)
  • Duration
  • If failed: which job(s) failed and a link to the job log

相关技能

寻找 push-mr 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

为prompts.chat的信息反馈系统生成可定制的插件小部件

149.6k
0
AI

flags

Logo of vercel
vercel

React 框架

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

Python中具有强大GPU加速的张量和动态神经网络

98.6k
0
开发者工具