video-artifact-publish

star 11

Package rendered video outputs as GitHub Actions artifacts and provide traceable links in the final response.

gqy20 By gqy20 schedule Updated 2/6/2026

name: video-artifact-publish description: Package rendered video outputs as GitHub Actions artifacts and provide traceable links in the final response.

Video Artifact Publish

Use this skill after successful render.

Goal

Make outputs downloadable and traceable from workflow run links.

Workflow

  1. Collect artifacts:
  • outputs/manim/**
  • media/videos/**
  1. Upload with actions/upload-artifact@v4 and explicit retention days.
  2. Include run URL and artifact name in final issue comment.
  3. Add evidence/source URLs used for script content.

Traceability Rules

  • Final answer must include:
  • workflow run URL
  • artifact name
  • video file relative path
  • source links used for factual content
  • uncertainty statement (if assumptions remain)

Output Template

  • Run: https://github.com/<owner>/<repo>/actions/runs/<run_id>
  • Artifact: <artifact_name>
  • Video: <relative_path>.mp4
  • Sources:
    • <url_1>
    • <url_2>

References

Install via CLI
npx skills add https://github.com/gqy20/IssueLab --skill video-artifact-publish
Repository Details
star Stars 11
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator