Read every failing check in one pass, fix in dependency order, push once. Use when CI is failing, tests are broken, GitHub Actions report errors, or PR checks show red.
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٤ من skills من ls1intum/Hephaestus. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٤ من أصل ٤ skills مجمعة.
Read every failing check in one pass, fix in dependency order, push once. Use when CI is failing, tests are broken, GitHub Actions report errors, or PR checks show red.
لغة النص الأصلي: الإنجليزية
Validate, regenerate, branch, commit, push, and open the PR. Runs the local CI mirror first, so a remote build cannot fail on something a local gate catches.
لغة النص الأصلي: الإنجليزية
Component API and Storybook conventions for the Hephaestus webapp. Use when writing or changing a component under `webapp/src/components/**`, writing or reviewing a `*.stories.tsx`, designing a component's props, or grading a webapp diff in review. Covers…
لغة النص الأصلي: الإنجليزية
React performance optimization guidelines from Vercel Engineering. Contains 45 rules across 8 categories. Use when optimizing React components, bundle size, or data fetching patterns. IMPORTANT: This codebase uses Vite + TanStack Router (SPA), NOT Next.js.…
لغة النص الأصلي: الإنجليزية