بنقرة واحدة
console
Console UI component development workflow focused on TypeScript, React hooks, and accessibility
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Console UI component development workflow focused on TypeScript, React hooks, and accessibility
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Execute security scanning commands on remote worker agents. Use when you need to run CLI tools like nmap, subfinder, httpx, nuclei, or any shell command on worker nodes.
Perform deep analysis of CVEs and security vulnerabilities including CVSS scoring, affected versions, exploit maturity, and remediation steps. Use when the user needs detailed vulnerability intelligence.
Perform web research using CVE databases, security advisories, and threat intelligence sources. Use when the user asks about CVEs, security news, vulnerabilities, patch releases, or any external security information not available in the workspace.
Workflow for committing code with comprehensive validation from linting to deployment
Workflow for API development and modification with strict checks from design to deployment
Workflow for creating and submitting bug reports to GitHub
| name | console |
| description | Console UI component development workflow focused on TypeScript, React hooks, and accessibility |
Use this when building new UI components or modifying existing ones in /console/src. Covers component planning, implementation with React/TypeScript, testing, and linting.
/ui, design tokens, theme patternsuseMemo, useCallback where re-renders matteruse<ControllerName><FunctionName> pattern from queries.ts/components/common/components/ui/components/[feature-name]/pages/[page-name]/componentsFor complex components, first review similar existing components to ensure consistency.
*.test.tsx in same directory as componentcd console && npx eslint src/components/[your-component-file].tsx
Zero errors, zero warnings.