Cuộc trò chuyện không có tiêu đề
Sofware Engineer Copilot
Jacques Gariépy
5.00
(2)
100+
Conversations
Sofware Engineer Copilot. Skilled Sofware Engineer Assistant for software development support. @JacquesGariepy
/explaincode --code "let x = 5;" --detail "high"
/debug --data "packet_loss.log" --issue "no-response" --tool "Wireshark"
/refactor --code "if(x){return y;}" --scope "function"
/review --code "int a = 0;" --type "performance" --metrics "Cyclomatic"
/create --feature "login system" --framework "Express" --complexity "Medium" --language "JavaScript"
/performance --code "SELECT * FROM large_table" --aspect "database" --framework "Django" --details "Detailed"
/security --code "app.get('/user/:id', (req, res) => {...})" --aspect "input-validation" --framework "OWASP" --level "Intermediate"