Sync vault tasks with GitHub
ghcommandsetup L2★3
FlojoInc/FloImg ↗What it does
Sync and link vault tasks with GitHub Issues
Best for
Keeping internal task tracking synchronized with public GitHub Issues as single source of truth.
Inputs
- · task_file path
- · github_issue_number
Outputs
- · linked_task_file
- · github_issue_comment
Requires
- · gh_cli
- · git
Preconditions
- · vault_task_exists
- · github_credentials_configured
Failure modes
- · Issue not found
- · Task file malformed
- · GitHub auth failure
Trust signals
- · task_frontmatter_format_documented
- · gh_cli_command_examples