Prompt file imported from SkyDominator/simulation (
.github/prompts/1-research/IS-62/IS-93/research-00.prompt.md). Copyright stays with the author.
Research
Do research and create a research artifact.
Mappings
$INSTRUCTIONS$: .github/instructions/1-research.instructions.md
$RESEARCH_RESULT$: docs/research/IS-62/IS-93/research-00.md
(If the file already exists, overwrite it. If the directory and the file do not exist, create them.)
pre-requisites
Check status.
gh auth status
Log in to GitHub CLI if not logged in.:
# Use `SIMULATION_READ_ISSUE` (fine grained token for Github issue read-only) in the environment variables to log in.
gh auth login
The research task
gh issue view 93 --repo SkyDominator/simulation
The research report
- Create $RESEARCH_RESULT$ file to report results following $INSTRUCTIONS$.
- Refer to the following examples for the structure, format, style of the report:
../../../../docs/research/IS-89/research-01.md- If the given example format is inapplicable for some contents, create a suitable format for them.
- Must include:
- Related codes
- Code map
file path:line numberformat
- Data flow
- Code execution flow
- Code map
- Related codes