General
PromptBeginner5 minmarkdown
Untitled Skill
193
Generate and publish a professional landing page showcasing all sprint reports.
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Generate and publish a professional landing page showcasing all sprint reports.
reports/ directoryThe system uses JSON + Static HTML architecture:
sprints-data.json) contains all sprint metadataindex.html) loads JSON via JavaScript# Generate both JSON and HTML
./scripts/publish/generate-pages-v2.sh
# Or specify custom output directory
./scripts/publish/generate-pages-v2.sh ./docs
To enable automatic publishing:
gh-pages branch or use docs/ folder in maindocs/pages/index.html - Landing pagedocs/sprints-data.json - Sprint metadatareports/sprint-*-final-report.mdAfter running this command, you'll have a landing page similar to: https://o2alexanderfedin.github.io/innova-technology-proposals/
The page will automatically calculate:
Edit docs/index-template.html (proper HTML/CSS/JS file) to:
# Run comprehensive integration tests
./test/integration/test-generate-pages-v2.sh