원클릭으로
roach
roach에는 YacineMK에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Triage a change request: classify type and estimate risk.
Decide whether a release is ready to deploy per the deployment policy and readiness signals.
Check an expense claim against the spend policy and threshold rules.
Validate an incoming invoice's required fields and surface discrepancies before payment.
Determine whether an employee is entitled to an employment/salary certificate and what it may state.
Decide whether an employee's requested leave is allowed under current HR policy.
Check proposed campaign content against brand and regulatory policy.
Summarise a content piece and surface policy or tone concerns for approval.
Produce a concise status assessment (on-track / at-risk / blocked) from project context.
Check whether the requested people/resources are available in the requested window.
Conventions for the FlowWise web app (apps/web). Use whenever working on the Next.js frontend — adding routes, components, API calls, types, or styling. Captures the team's rules so generated code matches the existing structure: App Router, Tailwind, shared @repo/types, components in src/components, API only through src/lib/api, and the dev-only role switcher for previewing roles.
Verify Next.js runtime behavior after editing app code. Use this skill to confirm a change actually works in a running app — not just that it compiles or type-checks. Combines /_next/mcp (Next.js's view) with agent-browser (the browser's view). Requires a running `next dev`.