git-shipUse this skill whenever the user wants to commit, push, or ship changes in this 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…release-notesUse when the user asks to enhance, refine, polish, or "look at" the release notes for a tag of @epam/ai-dial-typescript-sdk — a version cut by the CI release workflow (e.g. `0.3.0`). Reads the CI-generated notes off the GitHub release, classifies and rewrites…sync-openapi-coreUse this skill whenever the user wants to sync/update/regenerate the SDK from the upstream ai-dial-core OpenAPI spec. Triggers include: "sync the openapi spec", "update open_api_core.yaml", "regenerate the SDK", "pull the latest spec from ai-dial-core",…
explorador de repositórios
epam · Repositórios e skills representativas - Página 2
Visão por repositório de 113 skills coletadas em 27 repositórios do GitHub.
code-review-and-qualityFive-axis code review before merge. Use for quality passes after implementation, before merge, and when asked to review a diff.figmaDesign-to-code workflow for Figma designs. Use when the user shares a Figma URL or asks to implement a design into the codebase.feature-researchResearches feature directions before implementation. Use when the user asks to investigate approaches, compare options, assess risks/trade-offs, and recommend an implementation path.
add-localstorage-settingPersist a new setting in LocalStorage via the ketcher-opts mechanism and wire it into a React component in ketcher-react. Use when: a component needs to remember user preferences, UI state, or editor options across page reloads; adding a new field to…split-componentSplit a bloated React component file into multiple co-located files following Ketcher project conventions. Use when: a component file has grown too large; it mixes constants, utility functions, and subcomponents in one file; you want to improve…
issue-creatorSpecialized in creating high-quality GitHub issues following repository-specific templates for bugs and feature requests. Use when asked to report a bug or suggest a feature.pr-reviewerGenerates high-quality PR descriptions and reviews. Use when asked to review a Pull Request, provide its purpose, value, architecture, weak points, or assess its current state considering latest comments and fixes.
calculator# TODO: # Write a 2-3 sentence description of what this skill does and when the agent should use it. # Cover: what types of calculations it handles, what operations are supported, # and what user requests should trigger this skill (e.g. calculate, compute,…style-guide# TODO: Write when the agent should activate this skill. # Cover: what content types it handles and what user actions trigger it.
release-notesUse when the user asks to enhance, refine, polish, or "look at" the release notes for a tag of @epam/ai-dial-ui-kit — typically a freshly cut stable release (e.g. `0.11.0`). Reads the CI-generated notes off the GitHub release, classifies and rewrites each…figmaDesign-to-code workflow for Figma designs. Use when the user shares a Figma URL or asks to implement a design into the codebase.
plan-changeDraft the planning artifacts of an OpenSpec change — clarify scope with the user, then drive the OpenSpec skills to write proposal, specs, and design. Stops before tasks and never writes code. Use when the user wants to plan a new feature, fix, or…review-planRun the adversarial review loop on the plan of an active OpenSpec change, before it is implemented — spawn a critic subagent that judges whether the change makes sense, then hunts gaps, then checks coherence; verify every finding against the real code, apply…
unit-testsWrite unit tests for React components in this codebase using React Testing Library. Use this skill whenever asked to write tests, add test coverage, create .test.js files, or migrate existing Enzyme tests to RTL. Always consult this skill before writing any…unit-testsRules for writing unit tests