Skip to content

Instantly share code, notes, and snippets.

@drewr
Created February 7, 2026 19:24
Show Gist options
  • Select an option

  • Save drewr/fb1320c263bfefe2831f645621a7bc05 to your computer and use it in GitHub Desktop.

Select an option

Save drewr/fb1320c263bfefe2831f645621a7bc05 to your computer and use it in GitHub Desktop.

This should instead be:

  • Whatever you're working on needs an issue somewhere
  • Every day look through the open issues assigned to you
    • Do they have a recent status? If not, add one.
    • Is the status still accurate? If not, fix it.
    • Does the status have a time component? If not, add when others can expect the next action to be completed.
    • Is the issue blocked? If so, reach out to whomever is blocking the work. Push it forward.
    • Is the issue's purpose and next action clear? If not, go get clarity.
    • Is the work still relevant? If not, or if it's unclear and you're unable to get clarity, add a comment describing that's the case and unassign yourself.
  • Do you have too many issues to go through and update?
    • You need to throttle your workload to what you can keep in your head and a) make daily progress on and b) finish within the span of a release (or shorter).
gh search issues --state open --assignee @me org:datum-cloud

Or for a single repo:

gh search issues --state open --assignee @me repo:OWNER/REPO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment