|
|
此文章由 yrqin 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 yrqin 所有!转贴必须注明作者、出处和本声明,并保持内容完整
本帖最后由 yrqin 于 2026-4-18 23:00 编辑
基本上能让AI做的,我现在全丢给AI了
resolve merge conflicts
plan a new feature
build a feature
add unit tests and e2e tests
run unit tests and e2e tests
run linting
run an actual full workflow against my local db, monitor the logs and verify the results for me
please bump the number of records of ABC table to 2 million in local db and then run the XYZ calculation step to identify performance bottleneck; propose a solution if any issues identified
verify the performance improvements, compare old and new results, with rigorous comparisons (field by field) and report actual speedup
debug
fix this Xyz Abc blah blah ... issue for me
spin up the services for me
use Chrome DevTools to verify all functionality of this workflow/this feature
review the UI design of this page http://localhost:3000/xyz/ and suggest improvements
review the uncommitted changes / code review on the most recent 2/3 commits
write .md documentation for me
make a new branch and a new commit, following the conventions for the project
commit the changes
we have this xxxx issue in staging environments, please help me to investigate and find out the root cause
and ask AI any questions relating to the project
|
|