بنقرة واحدة
resolve-ci-failures
Used to investigate and fix errors recorded by ci/cd for the current branch/PR
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Used to investigate and fix errors recorded by ci/cd for the current branch/PR
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Post or update a comment on a Linear ticket using the Linear MCP server. Accepts a ticket ID (e.g. ENG-123), a Linear ticket URL, or a direct link to an existing comment. Works for both human-authored comments and agent-generated summaries.
Creates a Linear document (the Documents feature, distinct from issues/projects) from context in the current conversation, a plan, or a file. Use when the user wants to write up a doc, spec, RFC, or notes page in Linear and attach it to a team, project, initiative, cycle, or issue.
Used to run githooks, perform code & plan reviews with expert critics, and commit/push verified changes
Creates a Linear project under an initiative from a draft list of tickets, clarifies ambiguity with the human, then creates the project and each ticket via /create-linear-ticket. Use when the user wants to stand up a new project in Linear from a plan, doc, or ticket list.
Used to build and execute an approved implementation plan by spinning up agents
Used to gather requirements, clarify scope, and create implementation plans for new feature requests or bug fixes
استنادا إلى تصنيف SOC المهني
| name | resolve-ci-failures |
| description | Used to investigate and fix errors recorded by ci/cd for the current branch/PR |
| disable-model-invocation | false |
gh run list and gh run view to find failing jobs on the current branch. If a PR exists, also check gh pr checks for a consolidated view.gh run view --log-failed to extract the root cause. Categorize failures by type:
AGENTS.md, package.json, or pyproject.toml in the affected repo — do not guess./critique to review, commit, and push the fixes.gh run watch until it completes. If new failures appear, repeat from step 3.