vfx-project-manager

Automate VFX team issue scheduling and status updates on GitHub Projects V2.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/buihuuloc/universal-ue-skills --skill vfx-project-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vfx-project-manager
Source: https://github.com/buihuuloc/universal-ue-skills/tree/main/skills/vfx-project-manager
Command: npx skills add https://github.com/buihuuloc/universal-ue-skills --skill vfx-project-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates repetitive GitHub Projects operations for the VFX team, including scheduling issues on the timeline, bulk status changes, member progress checks, and issue assignment, replacing manual GraphQL mutations with a single, unified skill.

Core Features & Use Cases

  • Timeline Scheduling: Automatically adds open issues to the Project #5 timeline for assigned members.
  • Commit-to-Task Mapping: Checks git history against assigned tasks, using commit dates for scheduling and creating issues for orphan commits.
  • Bulk Operations: Assigns issues to members, updates statuses, and adds labels in bulk.
  • Use Case: When managing the VFX team's project board, you can use this skill to quickly add all new tasks to the timeline, check individual member progress against their commits, and update the status of multiple issues at once.

Quick Start

Use the vfx-project-manager skill to perform a full sync of all VFX team members' timelines and refresh the dashboard.

Frequently Asked Questions about vfx-project-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate VFX project management tasks on GitHub Projects?

To automate VFX project management on GitHub Projects V2, you can schedule issues on the timeline, update statuses in bulk, and check member commits using the gh CLI and GraphQL API. This replaces manual mutations with a unified workflow.

How do I map git commit history to assigned GitHub issues for a VFX team?

Mapping git commit history to assigned GitHub issues involves checking commit dates against scheduled tasks. This process automatically identifies orphan commits and creates corresponding issues for them on the project board.

Do I need the gh CLI to manage GitHub Projects V2 timelines for VFX tasks?

Yes, you need the authenticated gh CLI to manage GitHub Projects V2 timelines for VFX tasks. The automation relies on the gh CLI and GraphQL API to execute timeline scheduling and bulk status updates.

Can I assign issues and update labels in bulk on GitHub Projects V2?

Yes, you can assign issues to team members, update statuses, and add labels in bulk on GitHub Projects V2. This is achieved by automating repetitive GraphQL mutations through a unified project management skill.

What is the best way to sync VFX team timelines on a GitHub project board?

The best way to sync VFX team timelines on a GitHub project board is to perform a full sync of all team members' timelines. This automatically adds open issues to the timeline for assigned members and refreshes the dashboard.

Why do I need reference IDs for managing VFX issues on GitHub?

You need reference IDs from vfx-project-ids.md to accurately target the specific repository and project number within GitHub Projects V2. These IDs ensure that GraphQL API operations route timeline scheduling and bulk updates to the correct VFX project board.