Imported from siklodi-mariusz/test-dashboard (
AGENTS.md). Install upstream withnpx skills add siklodi-mariusz/test-dashboard. Copyright stays with the author.
Dashboard
My dashboard page where the user can see his name after Sign up & login.
Tech stack
@TECH_STACK.md
Specs
The complete specification is in specs/.
Code quality
Before creating any git commit, run bin/rubocop and ensure it exits with zero offenses.
If violations are found, fix them before committing. Do NOT commit code with RuboCop violations.
Testing requirements
Every code change MUST include corresponding automated tests. Do NOT consider a task complete until tests are written and passing.
Delegate test writing to the @test-writer agent, which is trained on our codebase and testing conventions. The agent will generate tests that follow our established patterns and best practices.