genval-ai / reference

Public facing reference content, used for getting started with a new repository.
Apache License 2.0
0 stars 0 forks source link

test #30

Closed paulfryer closed 17 hours ago

paulfryer commented 17 hours ago

Generate Issue Templates from Task Definitions

Processing Instructions

I want you to look at each markdown file found in the .genval/definitions/tasks directory. Each file will be used to generate a Github Issue Template in YAML which we'll name like this: .github/ISSUE_TEMPLATE/{task-code}.yaml where {task-code} is a unique code of the task definition markdown file you are processing (wihtout the .md extension).

Use your best judgement about how to create a Github Issue Form user input eleements that is user friendly and helpful for items described in the ### User Input section of the task definition file. This is where you can break up the description into individual input elements. Be sure to set default values, if you think there should be default values. Use the value attribute to set a default value, not default.

For the ### Processing Insturctions section you can just create a single text input box with the insturctions formatted as markdown.

Title: Use the following pattern when generating the title: {task-title} where {task-title} is the a title for the type of task you are working with.

If the deifnition file includes ### Scope Patterns you can just include those as they are written.

Note: When adding Markdown you are required to specify a value attribute, but you can not specify a label attribute. So any markdown text should be set in the value attribute.

Scope Patterns

.genval/definitions/tasks/*.md
genval-github-integration[bot] commented 17 hours ago

Pre Refactor Summary

Property Value
Proposed Branch Name feature/generate-issue-templates-from-task-definitions
Total Files in Scope 2
Estimated Input Tokens 2387

Details

Scope Patterns

```text .genval/definitions/tasks/*.md ```

Files in Scope

| File | Estimated Tokens | |------|------------------| | .genval/definitions/tasks/generate-issue-templates-from-task-definitions.md | 428 | | .genval/definitions/tasks/refactor.md | 299 |

genval-github-integration[bot] commented 17 hours ago
File Name Action Summary of Changes
.github/ISSUE_TEMPLATE/refactor.yaml CREATE Created a new GitHub Issue Template for the Refactor task
.github/ISSUE_TEMPLATE/generate-issue-templates-from-task-definitions.yaml CREATE Created a new GitHub Issue Template for generating issue templates from task definitions