Skip to content

Commit a211815

Browse files
committed
update: M content/posts/agentic-engineering-skills.md
1 parent b3a874a commit a211815

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

content/posts/agentic-engineering-skills.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,34 @@ title: "Agentic Engineering Skills"
33
date: 2026-06-05T14:23:23+01:00
44
draft: true
55
---
6+
Nondeterministic tools, can be modified, tweaked and used in many different ways, requires making the tools your own, mastering the tool; difficult while models and agent harness itself are still evolving rapidly
67

78
Skills are reusable workflows
89

910
My skill library:
1011

1112
- Repo review (design/architecture)
1213
- Branch review (change set against `main`)
13-
- PR submission (`gh pr create` with PR description)
14+
- PR submission (MCP or `gh pr create` with PR description)
1415
- PR review (change set + PR description/comments and linked resources like Jira tickets)
16+
- PR reply (verify and address review comments)
1517
- Merge conflict resolution (git)
1618
- Planning
17-
- Brainstorming (pre-planning)
18-
- Autonomous implementation (brainstorming/critique -> planning/critique -> execution/review cycles, PR submission; using max effort level, cross-agent Claude/Codex review)
19+
- Brainstorming (pre-planning, conceptual ideation, web search, literature review)
20+
- Code (best practices)
21+
- Write tests (arrange, act, assert)
22+
- Debug (root cause analysis)
23+
- Dev (autonomous brainstorming/critique -> planning/critique -> execution/review cycles, PR submission; using max effort level, cross-agent Claude/Codex review, verification via build/tests/linting)
24+
25+
For varying degrees of scope and agent autonomy
1926

2027
Skill usage:
2128

2229
- reusable between Claude Code and Codex
2330
- implicit vs explicit vs auto
31+
- composable
32+
33+
Related resources:
34+
35+
- https://www.saturnci.com/my-agent-skill-for-test-driven-development.html
36+
- https://github.com/mattpocock/skills

0 commit comments

Comments
 (0)