অনুসন্ধান সক্রিয়

স্কিল খুঁজুন

আপনার এজেন্টের জন্য উপযুক্ত সক্ষমতা খুঁজে নিন।

জনপ্রিয় অনুসন্ধান
ফলাফল
53,183
এই অনুসন্ধানের সাথে মিলে যাওয়া স্কিল
পৃষ্ঠা
2524
2660টির মধ্যে
কীওয়ার্ড
ai
নাম, ট্যাগ বা বিবরণ দিয়ে খুঁজুন
git-workflows
0

create-git-worktree

git worktree를 활용해 분리된 작업 환경을 자동으로 구축한다. 기본 브랜치에서 최신 코드를 가져와 `.git-worktrees/` 디렉터리에 새로운 worktree를 생성하고, `.env`, Serena memories, npm 의존성을 자동으로 설정한다. 브랜치명에 포함된 `/`는 자동으로 `-`로 변환된다. 이미 존재하는 worktree가 있을 경우 재사용한다.

gaebalai
gaebalai
devops
open
ide-plugins
0

refactoring-discovery

Discover refactoring opportunities by analyzing code for excessive responsibilities, tight coupling, low cohesion, and SOLID principle violations. Generate detailed reports with redesign proposals tailored to the project's architecture. Use when analyzing existing code modules for quality issues, before major refactoring, or to maintain code health. Performs module-by-module analysis on demand. (project, gitignored)

CAPHTECH
CAPHTECH
tools
open
git-workflows
0

github-branch-strategy

Defines standard branch management logic. Typical use cases include (1) Creating a new feature branch from main to start work, (2) Switching to an existing feature branch to continue work or review, and (3) Moving local commits from main to a new feature branch for PR creation.

masa-codehub
masa-codehub
devops
open
git-workflows
0

public-github

Set up public GitHub repos with SSH authentication and PyPI publishing. Use when creating open source projects or configuring github-public host alias.

vivainio
vivainio
devops
open
git-workflows
0

commit-push-pr-merge

変更をコミットし、リモートにプッシュし、プルリクエストを作成して、即座にマージします。ユーザーが「コミットしてPR作成してマージ」「変更をマージまで完了」などと指示した際に使用します。緊急修正やホットフィックスに便利です。

Kensan196948G
Kensan196948G
devops
open
git-workflows
0

github

GitHub操作の統合スキル。issue作成、PR作成、レビュースレッド操作を提供。 使用ケース:(1)issue作成、(2)PR作成(事前チェック統合)、 (3)レビューコメント取得、(4)スレッド返信、(5)スレッド解決

canpok1
canpok1
devops
open
git-workflows
0

submit-pr

Complete PR submission pipeline with local sub-agent review before pushing, CI verification, and automated review integration. Always dispatches code-reviewer and code-simplifier for code changes, plus conditional reviewers (security, performance, dependency, accessibility, i18n, type-design, etc.) based on change type. Waits for CI with `gh pr checks --watch`. Integrates CodeRabbit and Greptile feedback.

erikpr1994
erikpr1994
devops
open
git-workflows
0

sync

Merge main, commit changes, and push

YoniChechik
YoniChechik
devops
open
git-workflows
0

fix-docker-openstack-patch

Fix a failing patch in a Docker OpenStack image repository. Use when a Renovate PR has patch conflicts.

vexxhost
vexxhost
devops
open
git-workflows
0

read-unresolved-pr-comments

GitHub PR에서 아직 대응되지 않은 코멘트를 조회한다. GraphQL API를 사용해 (1) 코드의 특정 라인에 연결된 미해결 Review thread(Resolve 가능)와 (2) 코드 블록을 포함한 Issue comment(대화 탭, Resolve 불가)를 모두 가져와 JSON 형식으로 출력한다. PR 정보(번호, 제목, URL, 상태, 작성자, 리뷰어)도 함께 포함된다.

gaebalai
gaebalai
devops
open
ide-plugins
0

code-quality

Run comprehensive code quality checks including TypeScript typecheck, ESLint linting, Prettier formatting, and Markdown validation. Auto-fixes formatting issues in agent mode or provides read-only checks for CI pipelines. Use when: (1) Before committing code changes, (2) In CI/CD pipelines for automated quality gates, (3) After making significant code changes, (4) When preparing code for review, (5) When ensuring code meets quality standards, (6) For type checking, linting, formatting, and markdown validation, (7) In pre-commit hooks, or (8) For automated quality gates before merging. Triggers: finalize, code quality, typecheck, lint, format, check code, quality check, run checks, pre-commit, before commit, CI checks, validate code.

LukasStrickler
LukasStrickler
tools
open
git-workflows
0

create-pr

Create a pull request after code changes are complete and reviewed. Use proactively after self-review passes and documentation is updated.

so-ta
so-ta
devops
open
git-workflows
0

git-repo-setup

Personal checklist for setting up new git repositories. Always configure local git identity to avoid commits with incorrect email.

Liam-Deacon
Liam-Deacon
devops
open
git-workflows
0

codex-review

OpenAI Codex (GPT-5) を使用してブランチの変更をレビュー。「codexレビュー」「ブランチレビュー」「変更レビュー」などの依頼で起動。

0tarof
0tarof
devops
open
git-workflows
0

conventional-commits

Conventional Commits specification format. Use when creating commit messages. Format: <type>(<scope>): <description>. Types: feat, fix, chore, docs, test, refactor, style, perf. CRITICAL: All commits must follow conventional commit format.

GolferGeek
GolferGeek
devops
open
git-workflows
0

code-review

Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.

untangledfinance
untangledfinance
devops
open
automation-tools
0

change-logger

Generate and maintain the root CHANGELOG.md in a beginner-friendly, analogy-rich format from git state or a commit range.

doubleflannel
doubleflannel
tools
open
git-workflows
0

cartographer

Tools to maintain the repository map. Use ONLY when the project structure has changed significantly.

FrostadEng
FrostadEng
devops
open
git-workflows
0

develop

嚴謹 TDD 流程:讀取 gherkin(e2e/specs/*.feature)→ Plan mode 規劃測試 → 建立 Git 分支 → 啟動 Wallaby → Red-Green-Refactor 迴圈 → 重構(JetBrains MCP: get_file_problems, reformat_file, ESLint)→ commit(commitlint)。整合 Wallaby MCP 即時監控。觸發:「開始開發」、「進入開發模式」、「TDD」。(project)

steven130169
steven130169
devops
open
git-workflows
0

sdd-skill-creator

Generate project-specific SDD skills for a repository. Use when: setting up SDD for a new project, customizing SDD for a domain, creating repo-local skills that implement `doc/sdd-guidelines.md`. Triggers: "create sdd skills", "setup sdd for project", "customize sdd"

h2b-dev-studio
h2b-dev-studio
devops
open
আগের
পৃষ্ঠা 2524 / 2660
পরের