instruction stringclasses 1
value | input stringlengths 9 93 | output stringlengths 14 204 |
|---|---|---|
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: spelling erorr in documentation | {"valid":false,"suggestion":"docs: spelling error in documentation","issues":["has a small typo; \"erorr\" -> \"error\"","the message suggests that it is a \"fix\", but \"docs\" seems more appropriate"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: updated api logic | {"valid":false,"suggestion":null,"issues":["message should use imperative present tense; \"updated\" -> \"update\"","message is generic and lacks specific detail about what was changed"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat(auth): implement JWT authentication | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | ft: Added new endpoint for payments | {"valid":false,"suggestion":"ft: add new endpoint for payments","issues":["message should use imperative present tense; \"Added\" -> \"add\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | chore: update dependencies | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: typo in readme | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | refactor(user): improves performance of loop | {"valid":false,"suggestion":"refactor(user): improve performance of loop","issues":["message should use imperative present tense; \"improves\" -> \"improve\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix(api): Adjusted error handling | {"valid":false,"suggestion":"fix(api): adjust error handling","issues":["message should use imperative present tense; \"Adjusted\" -> \"adjust\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: atualizaçao do guia de instalação | {"valid":false,"suggestion":"docs: update installation guide","issues":["has a small typo; \"atualizaçao\" -> \"atualização\"","message is in Portuguese; must be in English"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | test: add unit tests for user service | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat: some changes | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | ci: fix GitHub action failing | {"valid":false,"suggestion":"","issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fx(api): corrected endpoint url bug | {"valid":false,"suggestion":"fx(api): fix endpoint url bug","issues":["message should use imperative present tense; \"corrected\" -> \"fix\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: add contribution guidelines and improve formatting in README | {"valid":false,"suggestion":"docs: add contribution guidelines and improve README formatting","issues":["subject line exceeds 72 characters"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix(login): Fixes login bug with empty password | {"valid":false,"suggestion":"fix(login): fix login bug with empty password","issues":["message should use imperative present tense; \"Fixes\" -> \"fix\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat: add support for multi-language content | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | refactor: clean code | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: Fix typo in API.md | {"valid":false,"suggestion":"docs: fix typo in API.md","issues":["message uses capitalized 'Fix'; should be lowercase in sentence case"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat: Añadir funcionalidad de exportación | {"valid":false,"suggestion":"feat: add export functionality","issues":["message is in Spanish; must be in English"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | chore(ci): update Docker image and push to registry | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: add missing semi colon in utils.js | {"valid":false,"suggestion":"fix: add missing semicolon in utils.js","issues":["spelling error; \"semi colon\" -> \"semicolon\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | ft(user): implement profile picture upload | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: code | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | style: reformat codebase with Prettier | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: add table of contents to README | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | test: write tests | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix(user): fixed bug in password validation | {"valid":false,"suggestion":"fix(user): fix bug in password validation","issues":["message should use imperative present tense; \"fixed\" -> \"fix\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat(api): introduce v2 endpoints for analytics | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | refactor: removed unused variables | {"valid":false,"suggestion":"refactor: remove unused variables","issues":["message should use imperative present tense; \"removed\" -> \"remove\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: fixed null pointer exception in user service | {"valid":false,"suggestion":"fix: fix null pointer exception in user service","issues":["message should use imperative present tense; \"fixed\" -> \"fix\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat: implement dark mode toggle | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | update code | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs(readme): Add installation guide | {"valid":false,"suggestion":"docs(readme): add installation guide","issues":["should be lowercase sentence case; \"Add\" -> \"add\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | ft(auth): refatora verificação de token | {"valid":false,"suggestion":"ft(auth): refactor token verification","issues":["message is in Portuguese; must be in English"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat(payment): add stripe integration | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix(api): fixes bug when fetching data | {"valid":false,"suggestion":"fix(api): fix bug when fetching data","issues":["message should use imperative present tense; \"fixes\" -> \"fix\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | test: add tests | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | chore: upgrade dependencies | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat: create new dashboard view for admins | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: correção de erro no login | {"valid":false,"suggestion":"fix: fix login error","issues":["message is in Portuguese; must be in English"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | refactor: remove duplicate logic in utils | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix(ci): update github workflow for build step | {"valid":"true","suggestion":"fix(ci): update GitHub workflow for build step","issues":["capitalize 'GitHub' as it is a proper noun"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat: new changes | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fx: fix broken link in footer | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat(auth): fixed oauth2 callback bug | {"valid":false,"suggestion":"feat(auth): fix oauth2 callback bug","issues":["message should use imperative present tense; \"fixed\" -> \"fix\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: add changelog | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | style: run linter | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: remove extra white space | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix(api): updated fetch logic | {"valid":false,"suggestion":"fix(api): update fetch logic","issues":["message should use imperative present tense; \"updated\" -> \"update\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: update | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat(users): add deletion endpoint | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | refactor(utils): optimized sorting function | {"valid":false,"suggestion":"refactor(utils): optimize sorting function","issues":["message should use imperative present tense; \"optimized\" -> \"optimize\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: arreglar error de validación | {"valid":false,"suggestion":"fix: fix validation error","issues":["message is in Spanish; must be in English"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: add FAQ section | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix(db): removes deprecated indexes | {"valid":false,"suggestion":"fix(db): remove deprecated indexes","issues":["message should use imperative present tense; \"removes\" -> \"remove\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | ft(api/v2): add pagination support | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: solve problem | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | refactor: rework UI layout in settings page | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: ajusta lógica de verificação | {"valid":false,"suggestion":"fix: adjust verification logic","issues":["message is in Portuguese; must be in English"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | chore: add node version to nvmrc | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat: implement feature | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: fixed typo in LICENSE | {"valid":false,"suggestion":"docs: fix typo in LICENSE","issues":["message should use imperative present tense; \"fixed\" -> \"fix\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix(ui): button not clickable | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | test(auth): add tests for token expiry | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat(api): enable new caching layer | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | style: remove console logs | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: update readme file | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat: integrate OpenAI API | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: corrected spelling mistake | {"valid":false,"suggestion":"fix: correct spelling mistake","issues":["message should use imperative present tense; \"corrected\" -> \"correct\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat: ajout de la gestion des sessions | {"valid":false,"suggestion":"feat: add session handling","issues":["message is in French; must be in English"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | refactor: add helper function | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fx: update login validation logic | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: write better doc | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: add default value to input | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | test: fixed test timeout | {"valid":false,"suggestion":"test: fix test timeout","issues":["message should use imperative present tense; \"fixed\" -> \"fix\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | style(css): remove unused classes | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: crash on empty user data | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat(profile): support uploading cover image | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | chore: update ESLint config | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: incorrect loop condition in retry logic | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat: implement CSV export feature | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | update stuff | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix(api): fixed timeout issue | {"valid":false,"suggestion":"fix(api): fix timeout issue","issues":["message should use imperative present tense; \"fixed\" -> \"fix\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: adiciona explicação para endpoints | {"valid":false,"suggestion":"docs: add explanation for endpoints","issues":["message is in Portuguese; must be in English"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fx(auth): improve login feedback | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat: Added support for PDF uploads | {"valid":false,"suggestion":"feat: add support for PDF uploads","issues":["message should use imperative present tense; \"Added\" -> \"add\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix(ui): button disabled when loading | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | refactor: modulariza código de autenticação | {"valid":false,"suggestion":"refactor: modularize authentication code","issues":["message is in Portuguese; must be in English"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: fix typo in CONTRIBUTING.md | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | chore: update pre-commit hooks | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | test(api): test endpoint creation | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat(config): add support for .env files | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix: fix login bug | {"valid":false,"suggestion":null,"issues":["message lacks specificity and uses generic terms"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat(user): implemented profile deletion | {"valid":false,"suggestion":"feat(user): implement profile deletion","issues":["message should use imperative present tense; \"implemented\" -> \"implement\""]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | style: update indentation | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | fix(server): retry logic for DB errors | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | test: missing tests | {"valid":false,"suggestion":"message lacks specificity and uses generic terms","issues":["message is too vague"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | feat(dashboard): show usage metrics | {"valid":true} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | docs: traducción del README | {"valid":false,"suggestion":"docs: translate README","issues":["message is in Spanish; must be in English"]} |
You are a helpful assistant that validates git commit messages and suggests improvements if necessary. | chore: move scripts to /tools | {"valid":true} |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 33