Conversation
There was a problem hiding this comment.
main, but PRs should target staged.
The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.
You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 1419 --base staged
utkarsh232005
left a comment
There was a problem hiding this comment.
Change the branch to main and run npm run build to update the README tables also maybe its my pov this skill won't help devs.
9d11737 to
4545227
Compare
eb42c54 to
64ece24
Compare
aaronpowell
left a comment
There was a problem hiding this comment.
It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.
You can attempt to fix this with a rebase:
git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease
If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.
329042b to
8fbf6c4
Compare
What it does: Converts student-provided PDFs/notes + a syllabus into concise, exam-ready outputs per topic — definitions, key points, keywords, diagrams, and ready-to-write exam sentences. Features: MCQ vs written exam mode Triage mode with priority ordering for time-constrained students Missing input handling Cross-references between related topics Practice question per topic
|
Hi @aaronpowell, I've rebased onto staged and force-pushed. The PR now targets staged and only includes my SKILL.md file (1 file changed). Thanks for the heads up! |
|
run npm run build to add skill index |
🔍 Skill Validator Results
Summary
Full validator output```text Found 1 skill(s) [exam-ready] 📊 exam-ready: 952 BPE tokens [chars/4: 983] (detailed ✓), 9 sections, 0 code blocks [exam-ready] ⚠ No code blocks — agents perform better with concrete snippets and commands. ✅ All checks passed (1 skill(s)) ``` |
|
Updated the PR: |
What it does:
Converts student-provided PDFs/notes + a syllabus into concise, exam-ready outputs per topic — definitions, key points, keywords, diagrams, and ready-to-write exam sentences. Features:
MCQ vs written exam mode
Triage mode with priority ordering for time-constrained students Missing input handling
Cross-references between related topics
Practice question per topic
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.