tarantool
- 5 skills
- 0 followers
- 1 day ago last updated
- ▌ Tnt Review Gh · tarantoolEnables code reviewing on GitHub. This extends the regular review skill. MUST use when the user asks for a review to be posted on GitHub.
- ▌ Tnt Setup Dev · tarantoolEnables access to user-specific development setup: sources fetch, configure, build, tests, static analysis. MUST use when `doc/agents/local_setup.md` is missing or seems outdated, and you need to do any of the previously listed activities.
- ▌ Tnt General Dev · tarantoolEnables standards for writing and reviewing Tarantool patches: commit structure and message format, rules for modularity, performance, comments, and code style. MUST use when writing or editing code and committing.
- ▌ Tnt Replication Dev · tarantoolEnables knowledge for replication-specific tasks. MUST use when developing or reasoning about replication overall, applier, relay, txn_limbo, raft, synchronous and asynchronous replication, replicas.
- ▌ Tnt Replication Test · tarantoolEnables writing and running tests for replication-specific code. MUST use when editing/adding tests under `test/replication/` or `test/replication-luatest/`.