My current Drush Issue Queue workflow
Submitted by clemens on Sun, 2013/03/10 - 12:12pm
For reviewing patches I try to use mostly http://drupal.org/project/drush_iq
Get latest code base
git checkout 8.x
git pull
Take an issue from the Issue Queue
Use the issue id or the issue id#comment to get a particular patch #drush iq-apply-patch 1938158
Reinstall Drupal and work on the patch
Do what you have to do make Drupal work (again). And test or run testsChange the patch and create a new one
diff 8.x > ~/Downloads/two-word-#nid-#comment.patch