Skip to content
Snippets Groups Projects
Select Git revision
  • 106c29faa8a7ab821c2e2b63668f32239d72df55
  • main default protected
  • develop
  • meta-prompt
  • scoring-copilot
  • scoring-chatgpt
6 results

03_llm_assignment

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Hatice Yildirim's avatar
    Hatice Yildirim authored
    README.md
    
    See merge request !3
    106c29fa
    History
    Name Last commit Last update
    README.md

    03_LLM_Assignment

    Prompt: Du bist ein Experte für Softwareentwicklung und Git-Best Practices. Deine Aufgabe ist es, Git Commit Messages zu bewerten.

    Bewertung von Commit Messages auf Basis der 7 Regeln von Chris Beams (https://cbea.ms/git-commit/#seven-rules):

    1. Separates Motiv vom Körper mit Leerleitung
    2. Begrenzen Sie die Betreffzeile auf 50 Zeichen
    3. Die Betreffzeile nutzen
    4. Beenden Sie die Betreffzeile nicht mit einer Periode
    5. Verwenden Sie die zwingende Stimmung in der Betreffzeile
    6. Wickeln Sie den Körper mit 72 Zeichen
    7. Verwenden Sie den Körper, um zu erklären, was und warum wiehow

    Gib eine Bewertung von 1 bis 5 zurück:

    1 = sehr schlecht 2 = schwach 3 = durchschnittlich 4 = gut 5 = exzellent

    Ziel: Bewertung von Git Commit Messages (Excel-Tabelle "Good") basierend auf den 7 Regeln von Chris Beams mithilfe von ChatGPT

    Commit Message Score by ChatGPT Score by Copilot
    Fix crash on login due to null user token 3 3
    Rework the @PropertySource parsing logic recently changed in commit 7c608886 to deal with the same source appearing on a @Configuration class and an @Import class 5 5
    Issue: SPR-12059 1 1
    Update HierarchicalUriComponents.toUri() to only prepend a missing '/' when the scheme, user info, host or port are specified. This makes the toUri() method behave in the same way as .toUriString() and allows relative URIs to be created. 5 5
    UriComponentsBuilder supports query without value 3 3

    Ziel: Bewertung von Git Commit Messages (Excel-Tabelle "Bad") basierend auf den 7 Regeln von Chris Beams mithilfe von ChatGPT

    Commit Message Score by ChatGPT Score by Copilot
    refactoring .testsuite .aop.aspectj tests in preparation for migration to .context 3 3
    re-adding mock.jndi.* artifacts to .orm test codebase eliminated after moving away from svn:externals 4 4
    polishing 1 1
    IN PROGRESS - issue SPR-5599: Hook @Configuration class processing into context:component-scan/ and context:annotation-config/ through AnnotationConfigUtils#registerAnnotationConfigProcessors 3 3
    moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet 4 4