Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1011 Bytes

gpt_assisted_cicd_workflows.md

File metadata and controls

29 lines (23 loc) · 1011 Bytes

GPT assisted CI/CD

run scripts that prompt GPT to improve code as part of PR automation. proposes changes in a new PR to merge with original PR following human approval.

  • add docstrings
  • format docstrings for sphinx
  • parameter level documentation
  • generate tutorials
  • propose code simplification
  • improve variable or function names
  • make code-review suggestions
    • finetune this with Carper data? something filtered from a github dataset
  • translate to functional/stateless
  • refactor
  • add build scripts
  • improve ci/cd
  • check for security issues
  • check for bugs

Relevant projects

https://github.com/irgolic/AutoPR