Skip to main content

epam/ai-dial-chat

SkillsMP は epam/ai-dial-chat から 35 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
35
GitHub スター
504
GitHub フォーク
61

収集済み skill 35 件中 35 件を表示しています。

職業分類
未分類
説明

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

原文の言語: 英語

更新
職業分類
未分類
説明

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

原文の言語: 英語

更新
職業分類
未分類
説明

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

原文の言語: 英語

更新
職業分類
未分類
説明

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

原文の言語: 英語

更新
職業分類
未分類
説明

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

原文の言語: 英語

更新
職業分類
未分類
説明

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

原文の言語: 英語

更新
職業分類
未分類
説明

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

原文の言語: 英語

更新
職業分類
未分類
説明

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

原文の言語: 英語

更新
職業分類
未分類
説明

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

原文の言語: 英語

更新
職業分類
未分類
説明

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Interactively create OR update GitHub issues (Bug, Feature, Task) for the current repository. Create from a discussion, from an openspec change (current branch or a specific change path), or update an existing issue with new details. Use for "create…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Runs Trivy filesystem scan against the repo root and emits structured vulnerability findings (CVE, package, versions) in the SDLC reviewer schema. Use when an agent needs to detect known CVEs in project dependencies for downstream triage or human review.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use this skill whenever the user wants to commit, push, or ship changes in a git repository. Triggers include: "commit changes", "push my changes", "ship it", "commit and push", "create a branch and commit", "make a PR", "open a pull request", "create draft…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Run build/lint/test/typecheck verification during implementation or before merge while minimizing token spend. Use instead of raw Nx or Vitest commands, especially during an OpenSpec task slice.

原文の言語: 英語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Proactive supply-chain watch for this repo. Resolves the npm SBOM and batch-queries OSV.dev for freshly-modified advisories (committed fetch.sh), then runs an industry-news pass (CISA KEV, OpenSSF, GitHub Security Lab, Socket, The Hacker News) filtered to…

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Use when the user asks to enhance, refine, polish, or "look at" the release notes for a tag — typically a fresh CI-generated pre-release (e.g. `0.45.0-rc.55`) or a stable cut. Reads the auto-generated notes off the GitHub release, classifies and rewrites each…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Pull REAL Snyk SAST findings from EPAM Jira (Data Center) via the search-export API using a Personal Access Token, and emit them as a stage-output.json artifact for a downstream triage stage. Use when you want the actual Jira-tracked Snyk findings (the same…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Synthetic Snyk Code SARIF 2.1.0 producer for SDLC chain validation. Emits a fixed, realistically-shaped Snyk Code SARIF report under payload.sarif so a downstream triage agent has deterministic, real-format input. NOT a real scanner — replace with…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Five-axis code review before merge, plus responsive-parity and documentation-accuracy gates. Use for quality passes after implementation, before merge, and when asked to review a diff.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

On-demand index of the AI DIAL Chat design docs in docs/. Use when you need ground-truth on how the app works or is built — overall architecture, technical/product requirements, the authentication subsystem (login, logout, OIDC, session cookies, encrypted…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Deep codebase refactoring audit for AI DIAL Chat. Collects metrics, compares with prior local plans, detects dead-code candidates, and writes or updates refactoring-backend.md, refactoring-frontend.md, and refactoring.md index docs (git-excluded). Use when…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Import, merge, or combine repositories into an Nx workspace using nx import. USE WHEN the user asks to adopt Nx across repos, move projects into a monorepo, or bring code/history from another repository.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Design, review, or change HTTP API contracts for AI DIAL Chat. Use when adding or modifying REST endpoints, request/response DTOs, status codes, pagination, filtering, API versioning, auth requirements, rate limits, cache behavior, OpenAPI/Swagger docs, or…

原文の言語: 英語

更新
職業分類
コンピュータシステムアナリスト
説明

Reviews dependency-scan findings against repo source to mark each as confirmed (real risk) or false_positive (not exploitable in this codebase context). Use after /dep-scan emits CVE findings; reduces reviewer noise before human review.

原文の言語: 英語

更新
職業分類
コンピュータシステムアナリスト
説明

Skeptical second-opinion review of proactive-security-monitor output. For each OSV advisory it re-verifies version-match and reachability against this repo's actual code, and re-judges the news pass's RELEVANT/TANGENTIAL/IGNORE calls. Emits per-item verdicts…

原文の言語: 英語

更新
職業分類
コンピュータシステムアナリスト
説明

Validate Snyk SAST / Code findings against repo evidence; emits per-finding verdicts (CONFIRMED / FALSE_POSITIVE / NEEDS_REVIEW / DUPLICATE / NOT_APPLICABLE). Use when a Snyk or Jira-exported scanner report is provided.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Read unresolved GitHub code review threads for the pull request associated with the current branch, classify each comment, and implement and verify required code fixes. Post inline replies only when the user explicitly asks to reply after the changes have…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

原文の言語: 英語

更新
職業分類
未分類
説明

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

原文の言語: 英語

更新
職業分類
未分類
説明

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

原文の言語: 英語

更新
職業分類
未分類
説明

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find and add Nx plugins. USE WHEN user wants to discover available plugins, install a new plugin, or add support for a specific framework or technology to the workspace.

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Responsive (mobile + desktop) layout workflow. Use whenever a UI change must work on both phones and desktops, when implementing Figma frames that have separate mobile and desktop variants, or when reviewing a change for mobile parity.

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Design-to-code workflow for Figma designs. Use when the user shares a Figma URL or asks to implement a design into the codebase.

原文の言語: 英語

更新
収集済み skill 35 件中 35 件を表示しています。