feat: add generate-slides-retro-simple skill#28
Open
CorneeldH wants to merge 2 commits into
Open
Conversation
Nieuwe skill voor compacte sprint review presentaties georganiseerd per domein (instroom/uitval/tech/project/overig) met: - CEDA Board integratie via GraphQL (iteratie, status, issue types) - Functie-metric (20-100 regels) als proxy voor substantieve logica - Kanban board voor pitches (Todo/In Progress/Done/On Hold) - Afgeronde tasks slide voor losse taken - Terminal summary output Voorbeeld output: cedanl/clidev-presentaties@1fb594c Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Slide 6 title and references updated to "Iteratie Output" - Added per-column leeswijzer description - Use "geen output" instead of "geen activiteit" for inactive domains Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Muhammet369
reviewed
Apr 8, 2026
Contributor
There was a problem hiding this comment.
Genereert inderdaad slides. Alleen kreeg in html code op de slides te zien. Oorzaak:
Het probleem was dat ingesprongen HTML (4+ spaties) door Slidev's markdown-parser als tekst/code wordt behandeld in plaats van als HTML. De fix:
- Alle HTML-tags staan nu op kolom 0 (geen inspringing)
- Lege regels scheiden HTML-blokken correct
&is vervangen door& in HTML-context<ul>/<li>vervangen door<p>met• (betrouwbaarder in Slidev)
Controle oid opnemen in de skill?
Contributor
Author
|
Willen we ook nog iets met sprintdoel? |
Contributor
Author
|
Contributor
Author
|
student-signal hoort bij 'uitval'. Misschien kan skill ook automatisch runnen obv iteratie-schema? |
Contributor
Author
|
feedback:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
260408_sprint_review_simple.mdSlide structuur
Test plan
/generate-slides-retro-simplein een nieuwe sessie.mdopent metnpx slidev🤖 Generated with Claude Code