Skip to content

Add AGENTS.md file for guiding LLM agents - #1375

Merged
NeffIsBack merged 3 commits into
mainfrom
neff-add-agents.md
Aug 24, 2026
Merged

Add AGENTS.md file for guiding LLM agents#1375
NeffIsBack merged 3 commits into
mainfrom
neff-add-agents.md

Conversation

@NeffIsBack

Copy link
Copy Markdown
Member

Description

The world has shifted and (outside) PRs without LLMs become increasingly rare. Code produced by LLMs range quite a bit depending on the level of guidance that are given. So far, my experience was that code can actually be of high(er) quality, given the correct instructions.

To ensure that future PRs created by LLMs at least somewhat comply to the projects coding convention I have started to create an AGENTS.md file so that there is some guidance and hopefully lowers the amount of review needed for LLM based PRs. That been said, this file is far from being perfect, but should give some instructions how the code should look like. To be improved in the future.

Feel free to leave feedback

This file was created by codex with gpt-5.6-sol high while working on the shadow-creds module (#1368).

Type of change

Insert an "x" inside the brackets for relevant items (do not delete options)

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Deprecation of feature or functionality
  • This change requires a documentation update
  • This requires a third party update (such as Impacket, Dploot, lsassy, etc)
  • This PR was created with the assistance of AI (list what type of assistance, tool(s)/model(s) in the description)

Setup guide for the review

N/A

Screenshots (if appropriate):

N/A

Checklist:

Insert an "x" inside the brackets for completed and relevant items (do not delete options)

  • I have ran Ruff against my changes (poetry: poetry run ruff check ., use --fix to automatically fix what it can)
  • I have added or updated the tests/e2e_commands.txt file if necessary (new modules or features are required to be added to the e2e tests)
  • If reliant on changes of third party dependencies, such as Impacket, dploot, lsassy, etc, I have linked the relevant PRs in those projects
  • I have linked relevant sources that describes the added technique (blog posts, documentation, etc)
  • I have performed a self-review of my own code (not an AI review)
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (PR here: https://github.com/Pennyw0rth/NetExec-Wiki)

@NeffIsBack

Copy link
Copy Markdown
Member Author

@codex review

@NeffIsBack NeffIsBack added the AI slop PRs created with the help of or fully by AI label Aug 23, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 676361ae8c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread AGENTS.md Outdated
@mpgn

mpgn commented Aug 23, 2026

Copy link
Copy Markdown
Collaborator

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ccfaf5852c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread AGENTS.md
Comment thread AGENTS.md Outdated
@NeffIsBack
NeffIsBack merged commit 09342c1 into main Aug 24, 2026
11 checks passed
@NeffIsBack
NeffIsBack deleted the neff-add-agents.md branch August 24, 2026 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI slop PRs created with the help of or fully by AI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants