ai-dial-chat
Monorepo task automation, code review, and security triage
All Skills in This Repository (11)
Pure Emerald Level Indicatorsopenspec-apply-change
Orchestrate OpenSpec change workflows with status checks and task execution.
dial-api-patterns
Standardize Next.js API routes for ai-dial-chat with session and input validation proxied to DIAL Core.
openspec-explore
Explores ideas and clarifies requirements for OpenSim workflows.
chat-release-notes
Rewrite GitHub release notes into editor-ready drafts with Deployment Changes sections.
dial-development
Standardize coding conventions for ai-dial-chat components, hooks, and store code.
dial-architecture
Document architecture patterns and constraints for ai-dial-chat's NX monorepo.
openspec-archive-change
Validate and archive completed Openspec workflow changes while preserving configuration files.
dial-e2e-testing
Standardize Playwright e2e tests for ai-dial-chat with fixtures and page objects.
openspec-propose
Generate proposal.md, design.md, and tasks.md change proposal artifacts.
openspec-sync-specs
Merge delta specifications into main OpenSpec specs with non-destructive updates.
dial-testing
Guide unit and end-to-end testing for ai-dial-chat with Vitest, React Testing Library, and Playwright.
Frequently Asked Questions
FAQPage SchemaHow to install ai-dial-chat skills?โผ
Run `npx skills add epam/ai-dial-chat --all -g -y` in your terminal to install all skills in this suite globally.
How to run Nx tasks in a monorepo?โผ
The nx-run-tasks and nx-workspace skills teach your agent to list projects, inspect targets, and run build, test, or lint through `nx run` and `nx affected` instead of raw tooling.
Can it automate code review before merge?โผ
Yes. The code-review-and-quality skill runs a five-axis review covering correctness, architecture, security, performance, and responsive parity, with a machine-readable output mode for CI pipelines.
How to triage dependency vulnerabilities automatically?โผ
The dep-scan skill runs a Trivy filesystem scan and the dep-triage skill checks each CVE against real code usage, marking findings as confirmed or false positive.
Do these skills work with Claude Code and Cursor?โผ
Yes. The skills ship in standard SKILL.md format under .claude, .cursor, and .agents folders, so they load natively in Claude Code, Cursor, and compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core