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.
ls1intum/Hephaestus
SkillsMP has collected 4 skills from ls1intum/Hephaestus. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 4
- GitHub stars
- 21
- GitHub forks
- 2
Skills in this repository
Showing 4 of 4 collected skills.
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.…